AWSIoTUpdateRoleAliasRequest
Objective-C
@interface AWSIoTUpdateRoleAliasRequest
Swift
class AWSIoTUpdateRoleAliasRequest
-
The number of seconds the credential will be valid.
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 }