Class: Aws::EC2::Types::DescribeAggregateIdFormatResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#statusesArray<Types::IdFormat>

Information about each resource’s ID format.

Returns:



9281
9282
9283
9284
9285
# File 'lib/aws-sdk-ec2/types.rb', line 9281

class DescribeAggregateIdFormatResult < Struct.new(
  :use_long_ids_aggregated,
  :statuses)
  include Aws::Structure
end

#use_long_ids_aggregatedBoolean

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.

Returns:

  • (Boolean)


9281
9282
9283
9284
9285
# File 'lib/aws-sdk-ec2/types.rb', line 9281

class DescribeAggregateIdFormatResult < Struct.new(
  :use_long_ids_aggregated,
  :statuses)
  include Aws::Structure
end