Class: Aws::Types::PurchaseReservedNodesOfferingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#node_count ⇒ ::Integer

Returns the value of attribute node_count.

Returns:

  • (::Integer)


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

def node_count
  @node_count
end

#reservation_id ⇒ ::String

Returns the value of attribute reservation_id.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def reservation_id
  @reservation_id
end

#reserved_nodes_offering_id ⇒ ::String

Returns the value of attribute reserved_nodes_offering_id.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def reserved_nodes_offering_id
  @reserved_nodes_offering_id
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end