Class: Aws::Types::DescribeReservedInstancesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


7058
7059
7060
# File 'sig/types.rbs', line 7058

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7059
7060
7061
# File 'sig/types.rbs', line 7059

def filters
  @filters
end

#offering_class"standard", "convertible"

Returns the value of attribute offering_class.

Returns:

  • ("standard", "convertible")


7056
7057
7058
# File 'sig/types.rbs', line 7056

def offering_class
  @offering_class
end

#offering_type"Heavy Utilization", ...

Returns the value of attribute offering_type.

Returns:

  • ("Heavy Utilization", "Medium Utilization", "Light Utilization", "No Upfront", "Partial Upfront", "All Upfront")


7060
7061
7062
# File 'sig/types.rbs', line 7060

def offering_type
  @offering_type
end

#reserved_instances_ids::Array[::String]

Returns the value of attribute reserved_instances_ids.

Returns:

  • (::Array[::String])


7057
7058
7059
# File 'sig/types.rbs', line 7057

def reserved_instances_ids
  @reserved_instances_ids
end