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.
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.
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.
844 845 846 |
# File 'sig/types.rbs', line 844 def filters @filters end |
#include_public ⇒ Boolean
Returns the value of attribute include_public.
848 849 850 |
# File 'sig/types.rbs', line 848 def include_public @include_public end |
#include_shared ⇒ Boolean
Returns the value of attribute include_shared.
847 848 849 |
# File 'sig/types.rbs', line 847 def include_shared @include_shared end |
#marker ⇒ ::String
Returns the value of attribute marker.
846 847 848 |
# File 'sig/types.rbs', line 846 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
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.
843 844 845 |
# File 'sig/types.rbs', line 843 def snapshot_type @snapshot_type end |