ListRoleAliasesResponse
public struct ListRoleAliasesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A marker used to get the next set of results.
Declaration
Swift
public let nextMarker: String?
-
The role aliases.
Declaration
Swift
public let roleAliases: [String]?
-
Undocumented
Declaration
Swift
public init(nextMarker: String? = nil, roleAliases: [String]? = nil)