Class: Aws::Kafka::Types::UpdateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns the channel ARN and the cluster-operation ARN that tracks the asynchronous update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the channel.
-
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster operation.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the channel.
5710 5711 5712 5713 5714 5715 |
# File 'lib/aws-sdk-kafka/types.rb', line 5710 class UpdateChannelResponse < Struct.new( :channel_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster operation.
5710 5711 5712 5713 5714 5715 |
# File 'lib/aws-sdk-kafka/types.rb', line 5710 class UpdateChannelResponse < Struct.new( :channel_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end |