Class: Aws::EC2::Types::DescribeIdentityIdFormatResult

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 the ID format for the resources.

Returns:



11341
11342
11343
11344
# File 'lib/aws-sdk-ec2/types.rb', line 11341

class DescribeIdentityIdFormatResult < Struct.new(
  :statuses)
  include Aws::Structure
end