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.
209 210 211 |
# File 'sig/types.rbs', line 209 def source_cluster_info @source_cluster_info end |
#target_cluster_info ⇒ Types::ServerlessConnectivityInfo
Returns the value of attribute target_cluster_info.
210 211 212 |
# File 'sig/types.rbs', line 210 def target_cluster_info @target_cluster_info end |
#vpc_connection_info ⇒ Types::VpcConnectionInfoServerless
Returns the value of attribute vpc_connection_info.
211 212 213 |
# File 'sig/types.rbs', line 211 def vpc_connection_info @vpc_connection_info end |