Class: Aws::Types::DescribeSnapshotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#show_detail ⇒ Boolean
Returns the value of attribute show_detail.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
527 528 529 |
# File 'sig/types.rbs', line 527 def cluster_name @cluster_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
531 532 533 |
# File 'sig/types.rbs', line 531 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
530 531 532 |
# File 'sig/types.rbs', line 530 def next_token @next_token end |
#show_detail ⇒ Boolean
Returns the value of attribute show_detail.
532 533 534 |
# File 'sig/types.rbs', line 532 def show_detail @show_detail end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
528 529 530 |
# File 'sig/types.rbs', line 528 def snapshot_name @snapshot_name end |
#source ⇒ ::String
Returns the value of attribute source.
529 530 531 |
# File 'sig/types.rbs', line 529 def source @source end |