Class: Aws::Types::GetReservedNodeExchangeConfigurationOptionsInputMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_type"restore-cluster", "resize-cluster"

Returns the value of attribute action_type.

Returns:

  • ("restore-cluster", "resize-cluster")


1611
1612
1613
# File 'sig/types.rbs', line 1611

def action_type
  @action_type
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def cluster_identifier
  @cluster_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def max_records
  @max_records
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def snapshot_identifier
  @snapshot_identifier
end