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.
223 224 225 |
# File 'sig/types.rbs', line 223 def cluster_arn @cluster_arn end |
#cluster_type ⇒ "PROVISIONED", "SERVERLESS"
Returns the value of attribute cluster_type.
224 225 226 |
# File 'sig/types.rbs', line 224 def cluster_type @cluster_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
226 227 228 |
# File 'sig/types.rbs', line 226 def end_time @end_time end |
#operation_arn ⇒ ::String
Returns the value of attribute operation_arn.
227 228 229 |
# File 'sig/types.rbs', line 227 def operation_arn @operation_arn end |
#operation_state ⇒ ::String
Returns the value of attribute operation_state.
228 229 230 |
# File 'sig/types.rbs', line 228 def operation_state @operation_state end |
#operation_type ⇒ ::String
Returns the value of attribute operation_type.
229 230 231 |
# File 'sig/types.rbs', line 229 def operation_type @operation_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
225 226 227 |
# File 'sig/types.rbs', line 225 def start_time @start_time end |