GroupNameAndArn

public struct GroupNameAndArn : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let groupArn: String?
  • The group name.

    Declaration

    Swift

    public let groupName: String?
  • Undocumented

    Declaration

    Swift

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