AWSIoTCreateRoleAliasResponse
Objective-C
@interface AWSIoTCreateRoleAliasResponse
Swift
class AWSIoTCreateRoleAliasResponse
-
The role alias.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleAlias;
Swift
var roleAlias: String? { get set }
-
The role alias ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleAliasArn;
Swift
var roleAliasArn: String? { get set }