Class: Aws::Types::DescribeDBClusterSnapshotsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_snapshot_identifier::String

Returns the value of attribute db_cluster_snapshot_identifier.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



844
845
846
# File 'sig/types.rbs', line 844

def filters
  @filters
end

#include_publicBoolean

Returns the value of attribute include_public.

Returns:

  • (Boolean)


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

def include_public
  @include_public
end

#include_sharedBoolean

Returns the value of attribute include_shared.

Returns:

  • (Boolean)


847
848
849
# File 'sig/types.rbs', line 847

def include_shared
  @include_shared
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


845
846
847
# File 'sig/types.rbs', line 845

def max_records
  @max_records
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def snapshot_type
  @snapshot_type
end