Class: Aws::Types::ClusterOperationV2Provisioned

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#operation_steps::Array[Types::ClusterOperationStep]

Returns the value of attribute operation_steps.

Returns:



201
202
203
# File 'sig/types.rbs', line 201

def operation_steps
  @operation_steps
end

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