Class: Aws::Types::ClusterOperationV2Provisioned
- Inherits:
-
Object
- Object
- Aws::Types::ClusterOperationV2Provisioned
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operation_steps ⇒ ::Array[Types::ClusterOperationStep]
Returns the value of attribute operation_steps.
-
#source_cluster_info ⇒ Types::MutableClusterInfo
Returns the value of attribute source_cluster_info.
-
#target_cluster_info ⇒ Types::MutableClusterInfo
Returns the value of attribute target_cluster_info.
-
#vpc_connection_info ⇒ Types::VpcConnectionInfo
Returns the value of attribute vpc_connection_info.
Instance Attribute Details
#operation_steps ⇒ ::Array[Types::ClusterOperationStep]
Returns the value of attribute operation_steps.
201 202 203 |
# File 'sig/types.rbs', line 201 def operation_steps @operation_steps end |
#source_cluster_info ⇒ Types::MutableClusterInfo
Returns the value of attribute source_cluster_info.
202 203 204 |
# File 'sig/types.rbs', line 202 def source_cluster_info @source_cluster_info end |
#target_cluster_info ⇒ Types::MutableClusterInfo
Returns the value of attribute target_cluster_info.
203 204 205 |
# File 'sig/types.rbs', line 203 def target_cluster_info @target_cluster_info end |
#vpc_connection_info ⇒ Types::VpcConnectionInfo
Returns the value of attribute vpc_connection_info.
204 205 206 |
# File 'sig/types.rbs', line 204 def vpc_connection_info @vpc_connection_info end |