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)


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

def client_request_id
  @client_request_id
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


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

def cluster_arn
  @cluster_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


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

def end_time
  @end_time
end

#error_infoTypes::ErrorInfo

Returns the value of attribute error_info.

Returns:



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

def error_info
  @error_info
end

#operation_arn::String

Returns the value of attribute operation_arn.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def operation_arn
  @operation_arn
end

#operation_state::String

Returns the value of attribute operation_state.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def operation_state
  @operation_state
end

#operation_steps::Array[Types::ClusterOperationStep]

Returns the value of attribute operation_steps.

Returns:



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

def operation_steps
  @operation_steps
end

#operation_type::String

Returns the value of attribute operation_type.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def operation_type
  @operation_type
end

#source_cluster_infoTypes::MutableClusterInfo

Returns the value of attribute source_cluster_info.



177
178
179
# File 'sig/types.rbs', line 177

def source_cluster_info
  @source_cluster_info
end

#target_cluster_infoTypes::MutableClusterInfo

Returns the value of attribute target_cluster_info.



178
179
180
# File 'sig/types.rbs', line 178

def target_cluster_info
  @target_cluster_info
end

#vpc_connection_infoTypes::VpcConnectionInfo

Returns the value of attribute vpc_connection_info.



179
180
181
# File 'sig/types.rbs', line 179

def vpc_connection_info
  @vpc_connection_info
end