UpdateRoleAliasRequest
public struct UpdateRoleAliasRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of seconds the credential will be valid.
Declaration
Swift
public let credentialDurationSeconds: Int?
-
The role alias to update.
Declaration
Swift
public let roleAlias: String
-
The role ARN.
Declaration
Swift
public let roleArn: String?
-
Undocumented
Declaration
Swift
public init(credentialDurationSeconds: Int? = nil, roleAlias: String, roleArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws