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_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.
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.
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.
617 618 619 |
# File 'sig/types.rbs', line 617 def filters @filters end |
#include_public ⇒ Boolean
Returns the value of attribute include_public.
621 622 623 |
# File 'sig/types.rbs', line 621 def include_public @include_public end |
#include_shared ⇒ Boolean
Returns the value of attribute include_shared.
620 621 622 |
# File 'sig/types.rbs', line 620 def include_shared @include_shared end |
#marker ⇒ ::String
Returns the value of attribute marker.
619 620 621 |
# File 'sig/types.rbs', line 619 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
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.
616 617 618 |
# File 'sig/types.rbs', line 616 def snapshot_type @snapshot_type end |