Class: Aws::Types::DescribeClusterSnapshotsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClusterSnapshotsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_exists ⇒ Boolean
Returns the value of attribute cluster_exists.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
-
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
-
#sorting_entities ⇒ ::Array[Types::SnapshotSortingEntity]
Returns the value of attribute sorting_entities.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
-
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
Instance Attribute Details
#cluster_exists ⇒ Boolean
Returns the value of attribute cluster_exists.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def cluster_exists @cluster_exists end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def cluster_identifier @cluster_identifier end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def end_time @end_time end |
#marker ⇒ ::String
Returns the value of attribute marker.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def max_records @max_records end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def owner_account @owner_account end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def snapshot_arn @snapshot_arn end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def snapshot_identifier @snapshot_identifier end |
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def snapshot_type @snapshot_type end |
#sorting_entities ⇒ ::Array[Types::SnapshotSortingEntity]
Returns the value of attribute sorting_entities.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def sorting_entities @sorting_entities end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def start_time @start_time end |
#tag_keys ⇒ ::Array[::String]
Returns the value of attribute tag_keys.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def tag_keys @tag_keys end |
#tag_values ⇒ ::Array[::String]
Returns the value of attribute tag_values.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def tag_values @tag_values end |