Class: Aws::Types::DescribeReservedCacheNodesMessage

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)


786
787
788
# File 'sig/types.rbs', line 786

def cache_node_type
  @cache_node_type
end

#duration::String

Returns the value of attribute duration.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def duration
  @duration
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


790
791
792
# File 'sig/types.rbs', line 790

def max_records
  @max_records
end

#offering_type::String

Returns the value of attribute offering_type.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def offering_type
  @offering_type
end

#product_description::String

Returns the value of attribute product_description.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def product_description
  @product_description
end

#reserved_cache_node_id::String

Returns the value of attribute reserved_cache_node_id.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

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)


785
786
787
# File 'sig/types.rbs', line 785

def reserved_cache_nodes_offering_id
  @reserved_cache_nodes_offering_id
end