Class: Aws::Types::DescribeDBSnapshotsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBSnapshotsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
-
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
-
#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_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def db_instance_identifier @db_instance_identifier end |
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def db_snapshot_identifier @db_snapshot_identifier end |
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def dbi_resource_id @dbi_resource_id end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def filters @filters end |
#include_public ⇒ Boolean
Returns the value of attribute include_public.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def include_public @include_public end |
#include_shared ⇒ Boolean
Returns the value of attribute include_shared.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def include_shared @include_shared end |
#marker ⇒ ::String
Returns the value of attribute marker.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def max_records @max_records end |
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def snapshot_type @snapshot_type end |