Class: Aws::Types::ClusterOperationV2Serverless

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_cluster_infoTypes::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_infoTypes::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_infoTypes::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