Class: Aws::Types::DescribeCacheClustersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCacheClustersMessage
- 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.
-
#show_cache_clusters_not_in_replication_groups ⇒ Boolean
Returns the value of attribute show_cache_clusters_not_in_replication_groups.
-
#show_cache_node_info ⇒ Boolean
Returns the value of attribute show_cache_node_info.
Instance Attribute Details
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
692 693 694 |
# File 'sig/types.rbs', line 692 def cache_cluster_id @cache_cluster_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
694 695 696 |
# File 'sig/types.rbs', line 694 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
693 694 695 |
# File 'sig/types.rbs', line 693 def max_records @max_records end |
#show_cache_clusters_not_in_replication_groups ⇒ Boolean
Returns the value of attribute show_cache_clusters_not_in_replication_groups.
696 697 698 |
# File 'sig/types.rbs', line 696 def show_cache_clusters_not_in_replication_groups @show_cache_clusters_not_in_replication_groups end |
#show_cache_node_info ⇒ Boolean
Returns the value of attribute show_cache_node_info.
695 696 697 |
# File 'sig/types.rbs', line 695 def show_cache_node_info @show_cache_node_info end |