Class: Aws::EC2::Types::IdFormat

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

Overview

Describes the ID format for a resource.

Instance Attribute Summary collapse

Instance Attribute Details

#deadlineTime

The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.

Returns:

  • (Time)


20800
20801
20802
20803
20804
20805
# File 'lib/aws-sdk-ec2/types.rb', line 20800

class IdFormat < Struct.new(
  :deadline,
  :resource,
  :use_long_ids)
  include Aws::Structure
end

#resourceString

The type of resource.

Returns:

  • (String)


20800
20801
20802
20803
20804
20805
# File 'lib/aws-sdk-ec2/types.rb', line 20800

class IdFormat < Struct.new(
  :deadline,
  :resource,
  :use_long_ids)
  include Aws::Structure
end

#use_long_idsBoolean

Indicates whether longer IDs (17-character IDs) are enabled for the resource.

Returns:

  • (Boolean)


20800
20801
20802
20803
20804
20805
# File 'lib/aws-sdk-ec2/types.rb', line 20800

class IdFormat < Struct.new(
  :deadline,
  :resource,
  :use_long_ids)
  include Aws::Structure
end