Class: Aws::Types::ReservedCacheNode

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_node_count::Integer

Returns the value of attribute cache_node_count.

Returns:

  • (::Integer)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def cache_node_count
  @cache_node_count
end

#cache_node_type::String

Returns the value of attribute cache_node_type.

Returns:

  • (::String)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def cache_node_type
  @cache_node_type
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def duration
  @duration
end

#fixed_price::Float

Returns the value of attribute fixed_price.

Returns:

  • (::Float)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def fixed_price
  @fixed_price
end

#offering_type::String

Returns the value of attribute offering_type.

Returns:

  • (::String)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def offering_type
  @offering_type
end

#product_description::String

Returns the value of attribute product_description.

Returns:

  • (::String)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def product_description
  @product_description
end

#recurring_charges::Array[Types::RecurringCharge]

Returns the value of attribute recurring_charges.

Returns:



1581
1582
1583
# File 'sig/types.rbs', line 1581

def recurring_charges
  @recurring_charges
end

#reservation_arn::String

Returns the value of attribute reservation_arn.

Returns:

  • (::String)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def reservation_arn
  @reservation_arn
end

#reserved_cache_node_id::String

Returns the value of attribute reserved_cache_node_id.

Returns:

  • (::String)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def reserved_cache_node_id
  @reserved_cache_node_id
end

#reserved_cache_nodes_offering_id::String

Returns the value of attribute reserved_cache_nodes_offering_id.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def reserved_cache_nodes_offering_id
  @reserved_cache_nodes_offering_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def start_time
  @start_time
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def state
  @state
end

#usage_price::Float

Returns the value of attribute usage_price.

Returns:

  • (::Float)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def usage_price
  @usage_price
end