You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kafka::Types::ClusterOperationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ClusterOperationInfo
- Defined in:
- (unknown)
Overview
Returns information about a cluster operation.
Returned by:
Instance Attribute Summary collapse
-
#client_request_id ⇒ String
The ID of the API request that triggered this operation.
-
#cluster_arn ⇒ String
ARN of the cluster.
-
#creation_time ⇒ Time
The time at which operation was created.
-
#end_time ⇒ Time
The time at which the operation finished.
-
#error_info ⇒ Types::ErrorInfo
Describes the error if the operation fails.
-
#operation_arn ⇒ String
ARN of the cluster operation.
-
#operation_state ⇒ String
State of the cluster operation.
-
#operation_steps ⇒ Array<Types::ClusterOperationStep>
Steps completed during the operation.
-
#operation_type ⇒ String
Type of the cluster operation.
-
#source_cluster_info ⇒ Types::MutableClusterInfo
Information about cluster attributes before a cluster is updated.
-
#target_cluster_info ⇒ Types::MutableClusterInfo
Information about cluster attributes after a cluster is updated.
Instance Attribute Details
#client_request_id ⇒ String
The ID of the API request that triggered this operation.
#cluster_arn ⇒ String
ARN of the cluster.
#creation_time ⇒ Time
The time at which operation was created.
#end_time ⇒ Time
The time at which the operation finished.
#error_info ⇒ Types::ErrorInfo
Describes the error if the operation fails.
#operation_arn ⇒ String
ARN of the cluster operation.
#operation_state ⇒ String
State of the cluster operation.
#operation_steps ⇒ Array<Types::ClusterOperationStep>
Steps completed during the operation.
#operation_type ⇒ String
Type of the cluster operation.
#source_cluster_info ⇒ Types::MutableClusterInfo
Information about cluster attributes before a cluster is updated.
#target_cluster_info ⇒ Types::MutableClusterInfo
Information about cluster attributes after a cluster is updated.