RoleInfo

public struct RoleInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the AWS account assigned to the user.

    Declaration

    Swift

    public let accountId: String?
  • The friendly name of the role that is assigned to the user.

    Declaration

    Swift

    public let roleName: String?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, roleName: String? = nil)