AWSEC2DescribeAggregateIdFormatResult
Objective-C
@interface AWSEC2DescribeAggregateIdFormatResult
Swift
class AWSEC2DescribeAggregateIdFormatResult
-
Information about each resource’s ID format.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2IdFormat *> *_Nullable statuses;
Swift
var statuses: [AWSEC2IdFormat]? { get set }
-
Indicates whether all resource types in the Region are configured to use longer IDs. This value is only
true
if all users are configured to use longer IDs for all resources types in the Region.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable useLongIdsAggregated;
Swift
var useLongIdsAggregated: NSNumber? { get set }