Class: Aws::Types::DescribeNodeConfigurationOptionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeNodeConfigurationOptionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type ⇒ "restore-cluster", ...
Returns the value of attribute action_type.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#filters ⇒ ::Array[Types::NodeConfigurationOptionsFilter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
Instance Attribute Details
#action_type ⇒ "restore-cluster", ...
Returns the value of attribute action_type.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def action_type @action_type end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def cluster_identifier @cluster_identifier end |
#filters ⇒ ::Array[Types::NodeConfigurationOptionsFilter]
Returns the value of attribute filters.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def max_records @max_records end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def owner_account @owner_account end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def snapshot_arn @snapshot_arn end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def snapshot_identifier @snapshot_identifier end |