class Aws::Kafka::Types::ClusterOperationInfo
Returns information about a cluster operation.
@!attribute [rw] client_request_id
The ID of the API request that triggered this operation. @return [String]
@!attribute [rw] cluster_arn
ARN of the cluster. @return [String]
@!attribute [rw] creation_time
The time at which operation was created. @return [Time]
@!attribute [rw] end_time
The time at which the operation finished. @return [Time]
@!attribute [rw] error_info
Describes the error if the operation fails. @return [Types::ErrorInfo]
@!attribute [rw] operation_steps
Steps completed during the operation. @return [Array<Types::ClusterOperationStep>]
@!attribute [rw] operation_arn
ARN of the cluster operation. @return [String]
@!attribute [rw] operation_state
State of the cluster operation. @return [String]
@!attribute [rw] operation_type
Type of the cluster operation. @return [String]
@!attribute [rw] source_cluster_info
Information about cluster attributes before a cluster is updated. @return [Types::MutableClusterInfo]
@!attribute [rw] target_cluster_info
Information about cluster attributes after a cluster is updated. @return [Types::MutableClusterInfo]
@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ClusterOperationInfo AWS API Documentation
Constants
- SENSITIVE