Class: Aws::Types::ClusterOperationV2
- Inherits:
-
Object
- Object
- Aws::Types::ClusterOperationV2
- 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.
-
#provisioned ⇒ Types::ClusterOperationV2Provisioned
Returns the value of attribute provisioned.
-
#serverless ⇒ Types::ClusterOperationV2Serverless
Returns the value of attribute serverless.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
195 196 197 |
# File 'sig/types.rbs', line 195 def cluster_arn @cluster_arn end |
#cluster_type ⇒ "PROVISIONED", "SERVERLESS"
Returns the value of attribute cluster_type.
196 197 198 |
# File 'sig/types.rbs', line 196 def cluster_type @cluster_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
198 199 200 |
# File 'sig/types.rbs', line 198 def end_time @end_time end |
#operation_arn ⇒ ::String
Returns the value of attribute operation_arn.
199 200 201 |
# File 'sig/types.rbs', line 199 def operation_arn @operation_arn end |
#operation_state ⇒ ::String
Returns the value of attribute operation_state.
200 201 202 |
# File 'sig/types.rbs', line 200 def operation_state @operation_state end |
#operation_type ⇒ ::String
Returns the value of attribute operation_type.
201 202 203 |
# File 'sig/types.rbs', line 201 def operation_type @operation_type end |
#provisioned ⇒ Types::ClusterOperationV2Provisioned
Returns the value of attribute provisioned.
202 203 204 |
# File 'sig/types.rbs', line 202 def provisioned @provisioned end |
#serverless ⇒ Types::ClusterOperationV2Serverless
Returns the value of attribute serverless.
203 204 205 |
# File 'sig/types.rbs', line 203 def serverless @serverless end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
197 198 199 |
# File 'sig/types.rbs', line 197 def start_time @start_time end |