Class: Aws::Types::PurchaseReservedCacheNodesOfferingMessage

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)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def cache_node_count
  @cache_node_count
end

#reserved_cache_node_id::String

Returns the value of attribute reserved_cache_node_id.

Returns:

  • (::String)


1447
1448
1449
# File 'sig/types.rbs', line 1447

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)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def reserved_cache_nodes_offering_id
  @reserved_cache_nodes_offering_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1449
1450
1451
# File 'sig/types.rbs', line 1449

def tags
  @tags
end