Class: Aws::Types::ClusterOperationInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_id::String

Returns the value of attribute client_request_id.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def client_request_id
  @client_request_id
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def cluster_arn
  @cluster_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


163
164
165
# File 'sig/types.rbs', line 163

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


164
165
166
# File 'sig/types.rbs', line 164

def end_time
  @end_time
end

#error_infoTypes::ErrorInfo

Returns the value of attribute error_info.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def error_info
  @error_info
end

#operation_arn::String

Returns the value of attribute operation_arn.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def operation_arn
  @operation_arn
end

#operation_state::String

Returns the value of attribute operation_state.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def operation_state
  @operation_state
end

#operation_steps::Array[Types::ClusterOperationStep]

Returns the value of attribute operation_steps.

Returns:



166
167
168
# File 'sig/types.rbs', line 166

def operation_steps
  @operation_steps
end

#operation_type::String

Returns the value of attribute operation_type.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def operation_type
  @operation_type
end

#source_cluster_infoTypes::MutableClusterInfo

Returns the value of attribute source_cluster_info.



170
171
172
# File 'sig/types.rbs', line 170

def source_cluster_info
  @source_cluster_info
end

#target_cluster_infoTypes::MutableClusterInfo

Returns the value of attribute target_cluster_info.



171
172
173
# File 'sig/types.rbs', line 171

def target_cluster_info
  @target_cluster_info
end

#vpc_connection_infoTypes::VpcConnectionInfo

Returns the value of attribute vpc_connection_info.



172
173
174
# File 'sig/types.rbs', line 172

def vpc_connection_info
  @vpc_connection_info
end