Class: Aws::EC2::Types::ReservedInstancesId

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

Overview

Describes the ID of a Reserved Instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_instances_idString

The ID of the Reserved Instance.

Returns:

  • (String)


73584
73585
73586
73587
73588
# File 'lib/aws-sdk-ec2/types.rb', line 73584

class ReservedInstancesId < Struct.new(
  :reserved_instances_id)
  SENSITIVE = []
  include Aws::Structure
end