Class: Aws::Types::DescribeReservedNodesMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def max_records
  @max_records
end

#reserved_node_id::String

Returns the value of attribute reserved_node_id.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def reserved_node_id
  @reserved_node_id
end