Group

public struct Group : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.

    Declaration

    Swift

    public let arn: String
  • The date and time, in ISO 8601 date-time format, when the group was created.

    Declaration

    Swift

    public let createDate: TimeStamp
  • The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the IAM User Guide.

    Declaration

    Swift

    public let groupId: String
  • The friendly name that identifies the group.

    Declaration

    Swift

    public let groupName: String
  • The path to the group. For more information about paths, see IAM Identifiers in the IAM User Guide.

    Declaration

    Swift

    public let path: String
  • Undocumented

    Declaration

    Swift

    public init(arn: String, createDate: TimeStamp, groupId: String, groupName: String, path: String)