Class: Aws::Types::ReservedCacheNodesOffering

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cache_node_type::String

Returns the value of attribute cache_node_type.

Returns:



1603
1604
1605
# File 'sig/types.rbs', line 1603

def cache_node_type
  @cache_node_type
end

#duration::Integer

Returns the value of attribute duration.

Returns:



1604
1605
1606
# File 'sig/types.rbs', line 1604

def duration
  @duration
end

#fixed_price::Float

Returns the value of attribute fixed_price.

Returns:



1605
1606
1607
# File 'sig/types.rbs', line 1605

def fixed_price
  @fixed_price
end

#offering_type::String

Returns the value of attribute offering_type.

Returns:



1608
1609
1610
# File 'sig/types.rbs', line 1608

def offering_type
  @offering_type
end

#product_description::String

Returns the value of attribute product_description.

Returns:



1607
1608
1609
# File 'sig/types.rbs', line 1607

def product_description
  @product_description
end

#recurring_charges::Array[Types::RecurringCharge]

Returns the value of attribute recurring_charges.

Returns:



1609
1610
1611
# File 'sig/types.rbs', line 1609

def recurring_charges
  @recurring_charges
end

#reserved_cache_nodes_offering_id::String

Returns the value of attribute reserved_cache_nodes_offering_id.

Returns:



1602
1603
1604
# File 'sig/types.rbs', line 1602

def reserved_cache_nodes_offering_id
  @reserved_cache_nodes_offering_id
end

#usage_price::Float

Returns the value of attribute usage_price.

Returns:



1606
1607
1608
# File 'sig/types.rbs', line 1606

def usage_price
  @usage_price
end