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
show all
Defined in:
(unknown)

Overview

Returns information about a cluster operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_idString

The ID of the API request that triggered this operation.

Returns:

  • (String)

    The ID of the API request that triggered this operation.

#cluster_arnString

ARN of the cluster.

Returns:

  • (String)

    ARN of the cluster.

#creation_timeTime

The time at which operation was created.

Returns:

  • (Time)

    The time at which operation was created.

#end_timeTime

The time at which the operation finished.

Returns:

  • (Time)

    The time at which the operation finished.

#error_infoTypes::ErrorInfo

Describes the error if the operation fails.

Returns:

#operation_arnString

ARN of the cluster operation.

Returns:

  • (String)

    ARN of the cluster operation.

#operation_stateString

State of the cluster operation.

Returns:

  • (String)

    State of the cluster operation.

#operation_stepsArray<Types::ClusterOperationStep>

Steps completed during the operation.

Returns:

#operation_typeString

Type of the cluster operation.

Returns:

  • (String)

    Type of the cluster operation.

#source_cluster_infoTypes::MutableClusterInfo

Information about cluster attributes before a cluster is updated.

Returns:

#target_cluster_infoTypes::MutableClusterInfo

Information about cluster attributes after a cluster is updated.

Returns: