AWSIoTUpdateRoleAliasResponse
Objective-C
@interface AWSIoTUpdateRoleAliasResponse
Swift
class AWSIoTUpdateRoleAliasResponse
-
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 }