Class: Aws::Kafka::Types::ClusterOperationV2

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

#cluster_arnString

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 575

class ClusterOperationV2 < Struct.new(
  :cluster_arn,
  :cluster_type,
  :start_time,
  :end_time,
  :operation_arn,
  :operation_state,
  :operation_type,
  :provisioned,
  :serverless)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_typeString

The type of cluster.

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 575

class ClusterOperationV2 < Struct.new(
  :cluster_arn,
  :cluster_type,
  :start_time,
  :end_time,
  :operation_arn,
  :operation_state,
  :operation_type,
  :provisioned,
  :serverless)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

Returns:

  • (Time)


575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 575

class ClusterOperationV2 < Struct.new(
  :cluster_arn,
  :cluster_type,
  :start_time,
  :end_time,
  :operation_arn,
  :operation_state,
  :operation_type,
  :provisioned,
  :serverless)
  SENSITIVE = []
  include Aws::Structure
end

#operation_arnString

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 575

class ClusterOperationV2 < Struct.new(
  :cluster_arn,
  :cluster_type,
  :start_time,
  :end_time,
  :operation_arn,
  :operation_state,
  :operation_type,
  :provisioned,
  :serverless)
  SENSITIVE = []
  include Aws::Structure
end

#operation_stateString

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 575

class ClusterOperationV2 < Struct.new(
  :cluster_arn,
  :cluster_type,
  :start_time,
  :end_time,
  :operation_arn,
  :operation_state,
  :operation_type,
  :provisioned,
  :serverless)
  SENSITIVE = []
  include Aws::Structure
end

#operation_typeString

Returns:

  • (String)


575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 575

class ClusterOperationV2 < Struct.new(
  :cluster_arn,
  :cluster_type,
  :start_time,
  :end_time,
  :operation_arn,
  :operation_state,
  :operation_type,
  :provisioned,
  :serverless)
  SENSITIVE = []
  include Aws::Structure
end

#provisionedTypes::ClusterOperationV2Provisioned

Properties of a provisioned cluster.



575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 575

class ClusterOperationV2 < Struct.new(
  :cluster_arn,
  :cluster_type,
  :start_time,
  :end_time,
  :operation_arn,
  :operation_state,
  :operation_type,
  :provisioned,
  :serverless)
  SENSITIVE = []
  include Aws::Structure
end

#serverlessTypes::ClusterOperationV2Serverless

Properties of a serverless cluster.



575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 575

class ClusterOperationV2 < Struct.new(
  :cluster_arn,
  :cluster_type,
  :start_time,
  :end_time,
  :operation_arn,
  :operation_state,
  :operation_type,
  :provisioned,
  :serverless)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Returns:

  • (Time)


575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 575

class ClusterOperationV2 < Struct.new(
  :cluster_arn,
  :cluster_type,
  :start_time,
  :end_time,
  :operation_arn,
  :operation_state,
  :operation_type,
  :provisioned,
  :serverless)
  SENSITIVE = []
  include Aws::Structure
end