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)


614
615
616
# File 'sig/types.rbs', line 614

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_snapshot_identifier::String

Returns the value of attribute db_cluster_snapshot_identifier.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



617
618
619
# File 'sig/types.rbs', line 617

def filters
  @filters
end

#include_publicBoolean

Returns the value of attribute include_public.

Returns:

  • (Boolean)


621
622
623
# File 'sig/types.rbs', line 621

def include_public
  @include_public
end

#include_sharedBoolean

Returns the value of attribute include_shared.

Returns:

  • (Boolean)


620
621
622
# File 'sig/types.rbs', line 620

def include_shared
  @include_shared
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


618
619
620
# File 'sig/types.rbs', line 618

def max_records
  @max_records
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def snapshot_type
  @snapshot_type
end