Class: Aws::Types::DescribeSnapshotsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
-
#show_node_group_config ⇒ Boolean
Returns the value of attribute show_node_group_config.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#snapshot_source ⇒ ::String
Returns the value of attribute snapshot_source.
Instance Attribute Details
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
850 851 852 |
# File 'sig/types.rbs', line 850 def cache_cluster_id @cache_cluster_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
853 854 855 |
# File 'sig/types.rbs', line 853 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
854 855 856 |
# File 'sig/types.rbs', line 854 def max_records @max_records end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
849 850 851 |
# File 'sig/types.rbs', line 849 def replication_group_id @replication_group_id end |
#show_node_group_config ⇒ Boolean
Returns the value of attribute show_node_group_config.
855 856 857 |
# File 'sig/types.rbs', line 855 def show_node_group_config @show_node_group_config end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
851 852 853 |
# File 'sig/types.rbs', line 851 def snapshot_name @snapshot_name end |
#snapshot_source ⇒ ::String
Returns the value of attribute snapshot_source.
852 853 854 |
# File 'sig/types.rbs', line 852 def snapshot_source @snapshot_source end |