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.
188 189 190 |
# File 'sig/types.rbs', line 188 def cluster_arn @cluster_arn end |
#cluster_type ⇒ "PROVISIONED", "SERVERLESS"
Returns the value of attribute cluster_type.
189 190 191 |
# File 'sig/types.rbs', line 189 def cluster_type @cluster_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
191 192 193 |
# File 'sig/types.rbs', line 191 def end_time @end_time end |
#operation_arn ⇒ ::String
Returns the value of attribute operation_arn.
192 193 194 |
# File 'sig/types.rbs', line 192 def operation_arn @operation_arn end |
#operation_state ⇒ ::String
Returns the value of attribute operation_state.
193 194 195 |
# File 'sig/types.rbs', line 193 def operation_state @operation_state end |
#operation_type ⇒ ::String
Returns the value of attribute operation_type.
194 195 196 |
# File 'sig/types.rbs', line 194 def operation_type @operation_type end |
#provisioned ⇒ Types::ClusterOperationV2Provisioned
Returns the value of attribute provisioned.
195 196 197 |
# File 'sig/types.rbs', line 195 def provisioned @provisioned end |
#serverless ⇒ Types::ClusterOperationV2Serverless
Returns the value of attribute serverless.
196 197 198 |
# File 'sig/types.rbs', line 196 def serverless @serverless end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
190 191 192 |
# File 'sig/types.rbs', line 190 def start_time @start_time end |