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

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

Overview

Describes the ID format for a resource.

Constant Summary collapse

SENSITIVE =
[]

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)


37117
37118
37119
37120
37121
37122
37123
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37117

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

#resourceString

The type of resource.

Returns:

  • (String)


37117
37118
37119
37120
37121
37122
37123
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37117

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

#use_long_idsBoolean

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

Returns:

  • (Boolean)


37117
37118
37119
37120
37121
37122
37123
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37117

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