AWSIoTUpdateRoleAliasRequest
Objective-C
@interface AWSIoTUpdateRoleAliasRequest
Swift
class AWSIoTUpdateRoleAliasRequest
-
The number of seconds the credential will be valid.
This value must be less than or equal to the maximum session duration of the IAM role that the role alias references.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable credentialDurationSeconds;
Swift
var credentialDurationSeconds: NSNumber? { get set }
-
The role alias to update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleAlias;
Swift
var roleAlias: String? { get set }
-
The role ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;
Swift
var roleArn: String? { get set }