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

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

Overview

Contains the output of DescribeIdentityIdFormat.

Instance Attribute Summary collapse

Instance Attribute Details

#statusesArray<Types::IdFormat>

Information about the ID format for the resources.

Returns:



6599
6600
6601
6602
# File 'lib/aws-sdk-ec2/types.rb', line 6599

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