AWSEC2PrincipalIdFormat
Objective-C
@interface AWSEC2PrincipalIdFormat
Swift
class AWSEC2PrincipalIdFormat
PrincipalIdFormat description
-
PrincipalIdFormatARN description
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
PrincipalIdFormatStatuses description
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2IdFormat *> *_Nullable statuses;
Swift
var statuses: [AWSEC2IdFormat]? { get set }