CapacityReservationGroup

public struct CapacityReservationGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the resource group.

    Declaration

    Swift

    public let groupArn: String?
  • The ID of the AWS account that owns the resource group.

    Declaration

    Swift

    public let ownerId: String?
  • Undocumented

    Declaration

    Swift

    public init(groupArn: String? = nil, ownerId: String? = nil)