Class: Aws::Types::DescribeCacheClustersMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_id::String

Returns the value of attribute cache_cluster_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


693
694
695
# File 'sig/types.rbs', line 693

def max_records
  @max_records
end

#show_cache_clusters_not_in_replication_groupsBoolean

Returns the value of attribute show_cache_clusters_not_in_replication_groups.

Returns:

  • (Boolean)


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_infoBoolean

Returns the value of attribute show_cache_node_info.

Returns:

  • (Boolean)


695
696
697
# File 'sig/types.rbs', line 695

def show_cache_node_info
  @show_cache_node_info
end