Group

public struct Group : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let description: String?
  • The ARN of the resource group.

    Declaration

    Swift

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

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, groupArn: String, name: String)