Class: Aws::Kafka::Types::ClusterOperationV2
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ClusterOperationV2
- 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
- #cluster_arn ⇒ String
-
#cluster_type ⇒ String
The type of cluster.
- #end_time ⇒ Time
- #operation_arn ⇒ String
- #operation_state ⇒ String
- #operation_type ⇒ String
-
#provisioned ⇒ Types::ClusterOperationV2Provisioned
Properties of a provisioned cluster.
-
#serverless ⇒ Types::ClusterOperationV2Serverless
Properties of a serverless cluster.
- #start_time ⇒ Time
Instance Attribute Details
#cluster_arn ⇒ String
575 576 577 578 579 580 581 582 583 584 585 586 587 |
# File '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_type ⇒ String
The type of cluster.
575 576 577 578 579 580 581 582 583 584 585 586 587 |
# File '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_time ⇒ Time
575 576 577 578 579 580 581 582 583 584 585 586 587 |
# File '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_arn ⇒ String
575 576 577 578 579 580 581 582 583 584 585 586 587 |
# File '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_state ⇒ String
575 576 577 578 579 580 581 582 583 584 585 586 587 |
# File '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_type ⇒ String
575 576 577 578 579 580 581 582 583 584 585 586 587 |
# File '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 |
#provisioned ⇒ Types::ClusterOperationV2Provisioned
Properties of a provisioned cluster.
575 576 577 578 579 580 581 582 583 584 585 586 587 |
# File '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 |
#serverless ⇒ Types::ClusterOperationV2Serverless
Properties of a serverless cluster.
575 576 577 578 579 580 581 582 583 584 585 586 587 |
# File '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_time ⇒ Time
575 576 577 578 579 580 581 582 583 584 585 586 587 |
# File '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 |