Class: Aws::Kafka::Types::ClusterOperationV2Summary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ClusterOperationV2Summary
- 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
- #start_time ⇒ Time
Instance Attribute Details
#cluster_arn ⇒ String
661 662 663 664 665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-kafka/types.rb', line 661 class ClusterOperationV2Summary < Struct.new( :cluster_arn, :cluster_type, :start_time, :end_time, :operation_arn, :operation_state, :operation_type) SENSITIVE = [] include Aws::Structure end |
#cluster_type ⇒ String
The type of cluster.
661 662 663 664 665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-kafka/types.rb', line 661 class ClusterOperationV2Summary < Struct.new( :cluster_arn, :cluster_type, :start_time, :end_time, :operation_arn, :operation_state, :operation_type) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
661 662 663 664 665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-kafka/types.rb', line 661 class ClusterOperationV2Summary < Struct.new( :cluster_arn, :cluster_type, :start_time, :end_time, :operation_arn, :operation_state, :operation_type) SENSITIVE = [] include Aws::Structure end |
#operation_arn ⇒ String
661 662 663 664 665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-kafka/types.rb', line 661 class ClusterOperationV2Summary < Struct.new( :cluster_arn, :cluster_type, :start_time, :end_time, :operation_arn, :operation_state, :operation_type) SENSITIVE = [] include Aws::Structure end |
#operation_state ⇒ String
661 662 663 664 665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-kafka/types.rb', line 661 class ClusterOperationV2Summary < Struct.new( :cluster_arn, :cluster_type, :start_time, :end_time, :operation_arn, :operation_state, :operation_type) SENSITIVE = [] include Aws::Structure end |
#operation_type ⇒ String
661 662 663 664 665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-kafka/types.rb', line 661 class ClusterOperationV2Summary < Struct.new( :cluster_arn, :cluster_type, :start_time, :end_time, :operation_arn, :operation_state, :operation_type) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
661 662 663 664 665 666 667 668 669 670 671 |
# File 'lib/aws-sdk-kafka/types.rb', line 661 class ClusterOperationV2Summary < Struct.new( :cluster_arn, :cluster_type, :start_time, :end_time, :operation_arn, :operation_state, :operation_type) SENSITIVE = [] include Aws::Structure end |