Class: Aws::Types::ClusterOperationV2Summary
- Inherits:
-
Object
- Object
- Aws::Types::ClusterOperationV2Summary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_type ⇒ "PROVISIONED", "SERVERLESS"
Returns the value of attribute cluster_type.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#operation_arn ⇒ ::String
Returns the value of attribute operation_arn.
-
#operation_state ⇒ ::String
Returns the value of attribute operation_state.
-
#operation_type ⇒ ::String
Returns the value of attribute operation_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
216 217 218 |
# File 'sig/types.rbs', line 216 def cluster_arn @cluster_arn end |
#cluster_type ⇒ "PROVISIONED", "SERVERLESS"
Returns the value of attribute cluster_type.
217 218 219 |
# File 'sig/types.rbs', line 217 def cluster_type @cluster_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
219 220 221 |
# File 'sig/types.rbs', line 219 def end_time @end_time end |
#operation_arn ⇒ ::String
Returns the value of attribute operation_arn.
220 221 222 |
# File 'sig/types.rbs', line 220 def operation_arn @operation_arn end |
#operation_state ⇒ ::String
Returns the value of attribute operation_state.
221 222 223 |
# File 'sig/types.rbs', line 221 def operation_state @operation_state end |
#operation_type ⇒ ::String
Returns the value of attribute operation_type.
222 223 224 |
# File 'sig/types.rbs', line 222 def operation_type @operation_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
218 219 220 |
# File 'sig/types.rbs', line 218 def start_time @start_time end |