Class: Aws::Types::ClusterOperationV2Serverless
- Inherits:
-
Object
- Object
- Aws::Types::ClusterOperationV2Serverless
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_cluster_info ⇒ Types::ServerlessConnectivityInfo
Returns the value of attribute source_cluster_info.
-
#target_cluster_info ⇒ Types::ServerlessConnectivityInfo
Returns the value of attribute target_cluster_info.
-
#vpc_connection_info ⇒ Types::VpcConnectionInfoServerless
Returns the value of attribute vpc_connection_info.
Instance Attribute Details
#source_cluster_info ⇒ Types::ServerlessConnectivityInfo
Returns the value of attribute source_cluster_info.
216 217 218 |
# File 'sig/types.rbs', line 216 def source_cluster_info @source_cluster_info end |
#target_cluster_info ⇒ Types::ServerlessConnectivityInfo
Returns the value of attribute target_cluster_info.
217 218 219 |
# File 'sig/types.rbs', line 217 def target_cluster_info @target_cluster_info end |
#vpc_connection_info ⇒ Types::VpcConnectionInfoServerless
Returns the value of attribute vpc_connection_info.
218 219 220 |
# File 'sig/types.rbs', line 218 def vpc_connection_info @vpc_connection_info end |