Class: Aws::Kafka::Types::ClusterOperationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ClusterOperationInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns information about a cluster operation.
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#vpc_connection_info ⇒ Types::VpcConnectionInfo
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
Instance Attribute Details
#client_request_id ⇒ String
The ID of the API request that triggered this operation.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#cluster_arn ⇒ String
ARN of the cluster.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time at which operation was created.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time at which the operation finished.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#error_info ⇒ Types::ErrorInfo
Describes the error if the operation fails.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#operation_arn ⇒ String
ARN of the cluster operation.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#operation_state ⇒ String
State of the cluster operation.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#operation_steps ⇒ Array<Types::ClusterOperationStep>
Steps completed during the operation.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#operation_type ⇒ String
Type of the cluster operation.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#source_cluster_info ⇒ Types::MutableClusterInfo
Information about cluster attributes before a cluster is updated.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#target_cluster_info ⇒ Types::MutableClusterInfo
Information about cluster attributes after a cluster is updated.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_info ⇒ Types::VpcConnectionInfo
Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 |
# File 'lib/aws-sdk-kafka/types.rb', line 491 class ClusterOperationInfo < Struct.new( :client_request_id, :cluster_arn, :creation_time, :end_time, :error_info, :operation_steps, :operation_arn, :operation_state, :operation_type, :source_cluster_info, :target_cluster_info, :vpc_connection_info) SENSITIVE = [] include Aws::Structure end |