Class: Aws::Kafka::Types::UpdateStorageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateStorageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for UpdateStorageResponse Api.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
-
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster operation.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
4442 4443 4444 4445 4446 4447 |
# File 'lib/aws-sdk-kafka/types.rb', line 4442 class UpdateStorageResponse < Struct.new( :cluster_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster operation.
4442 4443 4444 4445 4446 4447 |
# File 'lib/aws-sdk-kafka/types.rb', line 4442 class UpdateStorageResponse < Struct.new( :cluster_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end |