PolicyRole
public struct PolicyRole : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The stable and unique string identifying the role. For more information about IDs, see IAM Identifiers in the IAM User Guide.
Declaration
Swift
public let roleId: String?
-
The name (friendly name, not ARN) identifying the role.
Declaration
Swift
public let roleName: String?
-
Undocumented
Declaration
Swift
public init(roleId: String? = nil, roleName: String? = nil)