GroupInformation

public struct GroupInformation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the group.

    Declaration

    Swift

    public let arn: String?
  • The time, in milliseconds since the epoch, when the group was created.

    Declaration

    Swift

    public let creationTimestamp: String?
  • id

    The ID of the group.

    Declaration

    Swift

    public let id: String?
  • The time, in milliseconds since the epoch, when the group was last updated.

    Declaration

    Swift

    public let lastUpdatedTimestamp: String?
  • The ID of the latest version associated with the group.

    Declaration

    Swift

    public let latestVersion: String?
  • The ARN of the latest version associated with the group.

    Declaration

    Swift

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

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationTimestamp: String? = nil, id: String? = nil, lastUpdatedTimestamp: String? = nil, latestVersion: String? = nil, latestVersionArn: String? = nil, name: String? = nil)