AWSEC2DescribeIdentityIdFormatResult
Objective-C
@interface AWSEC2DescribeIdentityIdFormatResult
Swift
class AWSEC2DescribeIdentityIdFormatResult
-
Information about the ID format for the resources.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2IdFormat *> *_Nullable statuses;
Swift
var statuses: [AWSEC2IdFormat]? { get set }