Class: Aws::Types::DescribeSnapshotsMessage

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)


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.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def replication_group_id
  @replication_group_id
end

#show_node_group_configBoolean

Returns the value of attribute show_node_group_config.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def snapshot_source
  @snapshot_source
end