CreateGroupOutput
public struct CreateGroupOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description of the resource group.
Declaration
Swift
public let group: Group? -
The service configuration associated with the resource group. AWS Resource Groups supports adding service configurations for the following resource group types: AWS::EC2::CapacityReservationPool - Amazon EC2 capacity reservation pools. For more information, see Working with capacity reservation groups in the EC2 Users Guide.
Declaration
Swift
public let groupConfiguration: GroupConfiguration? -
The resource query associated with the group.
Declaration
Swift
public let resourceQuery: ResourceQuery? -
The tags associated with the group.
Declaration
Swift
public let tags: [String : String]? -
Undocumented
Declaration
Swift
public init(group: Group? = nil, groupConfiguration: GroupConfiguration? = nil, resourceQuery: ResourceQuery? = nil, tags: [String : String]? = nil)
View on GitHub
CreateGroupOutput Structure Reference