Class: Aws::Types::DescribeReservedNodesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration ⇒ ::String

Returns the value of attribute duration.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def duration
  @duration
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


500
501
502
# File 'sig/types.rbs', line 500

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def next_token
  @next_token
end

#node_type ⇒ ::String

Returns the value of attribute node_type.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def node_type
  @node_type
end

#offering_type ⇒ ::String

Returns the value of attribute offering_type.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def offering_type
  @offering_type
end

#reservation_id ⇒ ::String

Returns the value of attribute reservation_id.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def reservation_id
  @reservation_id
end

#reserved_nodes_offering_id ⇒ ::String

Returns the value of attribute reserved_nodes_offering_id.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def reserved_nodes_offering_id
  @reserved_nodes_offering_id
end