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)


2020
2021
2022
# File 'sig/types.rbs', line 2020

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_resource_id::String

Returns the value of attribute db_cluster_resource_id.

Returns:

  • (::String)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def db_cluster_resource_id
  @db_cluster_resource_id
end

#db_cluster_snapshot_identifier::String

Returns the value of attribute db_cluster_snapshot_identifier.

Returns:

  • (::String)


2021
2022
2023
# File 'sig/types.rbs', line 2021

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2023
2024
2025
# File 'sig/types.rbs', line 2023

def filters
  @filters
end

#include_publicBoolean

Returns the value of attribute include_public.

Returns:

  • (Boolean)


2027
2028
2029
# File 'sig/types.rbs', line 2027

def include_public
  @include_public
end

#include_sharedBoolean

Returns the value of attribute include_shared.

Returns:

  • (Boolean)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def include_shared
  @include_shared
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def max_records
  @max_records
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def snapshot_type
  @snapshot_type
end