Class: Aws::Types::ClusterSnapshotInList
- Inherits:
-
Object
- Object
- Aws::Types::ClusterSnapshotInList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
-
#snapshot_creation_time ⇒ ::String
Returns the value of attribute snapshot_creation_time.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
73 74 75 |
# File 'sig/types.rbs', line 73 def cluster_arn @cluster_arn end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
74 75 76 |
# File 'sig/types.rbs', line 74 def snapshot_arn @snapshot_arn end |
#snapshot_creation_time ⇒ ::String
Returns the value of attribute snapshot_creation_time.
75 76 77 |
# File 'sig/types.rbs', line 75 def snapshot_creation_time @snapshot_creation_time end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
76 77 78 |
# File 'sig/types.rbs', line 76 def snapshot_name @snapshot_name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
77 78 79 |
# File 'sig/types.rbs', line 77 def status @status end |