Class: Aws::Kafka::Types::ClusterOperationInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Returns information about a cluster operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_idString

The ID of the API request that triggered this operation.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-kafka/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_arnString

ARN of the cluster.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-kafka/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_timeTime

The time at which operation was created.

Returns:

  • (Time)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-kafka/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_timeTime

The time at which the operation finished.

Returns:

  • (Time)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-kafka/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_infoTypes::ErrorInfo

Describes the error if the operation fails.

Returns:



491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-kafka/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_arnString

ARN of the cluster operation.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-kafka/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_stateString

State of the cluster operation.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-kafka/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_stepsArray<Types::ClusterOperationStep>

Steps completed during the operation.

Returns:



491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-kafka/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_typeString

Type of the cluster operation.

Returns:

  • (String)


491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
# File 'gems/aws-sdk-kafka/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_infoTypes::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 'gems/aws-sdk-kafka/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_infoTypes::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 'gems/aws-sdk-kafka/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_infoTypes::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 'gems/aws-sdk-kafka/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