Class: Aws::EC2::Types::DescribeIdFormatRequest

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

Overview

Note:

When making an API call, you may pass DescribeIdFormatRequest data as a hash:

{
  resource: "String",
}

Contains the parameters for DescribeIdFormat.

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

The type of resource: ‘instance` | `reservation` | `snapshot` | `volume`

Returns:

  • (String)


6545
6546
6547
6548
# File 'lib/aws-sdk-ec2/types.rb', line 6545

class DescribeIdFormatRequest < Struct.new(
  :resource)
  include Aws::Structure
end