GetGroupVersionResponse

public struct GetGroupVersionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the group version.

    Declaration

    Swift

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

    Declaration

    Swift

    public let creationTimestamp: String?
  • Information about the group version definition.

    Declaration

    Swift

    public let definition: GroupVersion?
  • id

    The ID of the group that the version is associated with.

    Declaration

    Swift

    public let id: String?
  • The ID of the group version.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationTimestamp: String? = nil, definition: GroupVersion? = nil, id: String? = nil, version: String? = nil)