GroupIdentifier

public struct GroupIdentifier : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let groupArn: String?
  • The name of the resource group.

    Declaration

    Swift

    public let groupName: String?
  • Undocumented

    Declaration

    Swift

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