GroupDetail

public struct GroupDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    Undocumented

    Declaration

    Swift

    public let arn: String?
  • A list of the managed policies attached to the group.

    Declaration

    Swift

    public let attachedManagedPolicies: [AttachedPolicy]?
  • 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?
  • A list of the inline policies embedded in the group.

    Declaration

    Swift

    public let groupPolicyList: [PolicyDetail]?
  • 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? = nil, attachedManagedPolicies: [AttachedPolicy]? = nil, createDate: TimeStamp? = nil, groupId: String? = nil, groupName: String? = nil, groupPolicyList: [PolicyDetail]? = nil, path: String? = nil)