Class: Aws::Types::DescribeReservedCacheNodesOfferingsMessage

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:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def cache_node_type
  @cache_node_type
end

#duration::String

Returns the value of attribute duration.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def duration
  @duration
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


801
802
803
# File 'sig/types.rbs', line 801

def max_records
  @max_records
end

#offering_type::String

Returns the value of attribute offering_type.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def offering_type
  @offering_type
end

#product_description::String

Returns the value of attribute product_description.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def product_description
  @product_description
end

#reserved_cache_nodes_offering_id::String

Returns the value of attribute reserved_cache_nodes_offering_id.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def reserved_cache_nodes_offering_id
  @reserved_cache_nodes_offering_id
end