UpdateGroupQueryInput
public struct UpdateGroupQueryInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name or the ARN of the resource group to query.
Declaration
Swift
public let group: String?
-
The resource query to determine which AWS resources are members of this resource group.
Declaration
Swift
public let resourceQuery: ResourceQuery
-
Undocumented
Declaration
Swift
public init(group: String? = nil, resourceQuery: ResourceQuery)
-
Declaration
Swift
public func validate(name: String) throws