Class: Aws::Types::DescribeDBClusterSnapshotsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBClusterSnapshotsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
-
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#include_public ⇒ Boolean
Returns the value of attribute include_public.
-
#include_shared ⇒ Boolean
Returns the value of attribute include_shared.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
Instance Attribute Details
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
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.
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.
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.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def filters @filters end |
#include_public ⇒ Boolean
Returns the value of attribute include_public.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def include_public @include_public end |
#include_shared ⇒ Boolean
Returns the value of attribute include_shared.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def include_shared @include_shared end |
#marker ⇒ ::String
Returns the value of attribute marker.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
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.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def snapshot_type @snapshot_type end |