AWSIoTRoleAliasDescription
Objective-C
@interface AWSIoTRoleAliasDescription
Swift
class AWSIoTRoleAliasDescription
Role alias description.
-
The UNIX timestamp of when the role alias was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;Swift
var creationDate: Date? { get set } -
The number of seconds for which the credential is valid.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable credentialDurationSeconds;Swift
var credentialDurationSeconds: NSNumber? { get set } -
The UNIX timestamp of when the role alias was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;Swift
var lastModifiedDate: Date? { get set } -
The role alias owner.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable owner;Swift
var owner: String? { get set } -
The role alias.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleAlias;Swift
var roleAlias: String? { get set } -
The ARN of the role alias.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleAliasArn;Swift
var roleAliasArn: String? { get set } -
The role ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;Swift
var roleArn: String? { get set }
View on GitHub
Install in Dash
AWSIoTRoleAliasDescription Class Reference