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