Class: Aws::Kafka::Types::UpdateStorageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateStorageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request object for UpdateStorageApi.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cluster_arn ⇒ String
-
#current_version ⇒ String
The version of cluster to update from.
-
#provisioned_throughput ⇒ Types::ProvisionedThroughput
EBS volume provisioned throughput information.
-
#storage_mode ⇒ String
Controls storage mode for supported storage tiers.
-
#volume_size_gb ⇒ Integer
size of the EBS volume to update.
Instance Attribute Details
#cluster_arn ⇒ String
4420 4421 4422 4423 4424 4425 4426 4427 4428 |
# File 'lib/aws-sdk-kafka/types.rb', line 4420 class UpdateStorageRequest < Struct.new( :cluster_arn, :current_version, :provisioned_throughput, :storage_mode, :volume_size_gb) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The version of cluster to update from. A successful operation will then generate a new version.
4420 4421 4422 4423 4424 4425 4426 4427 4428 |
# File 'lib/aws-sdk-kafka/types.rb', line 4420 class UpdateStorageRequest < Struct.new( :cluster_arn, :current_version, :provisioned_throughput, :storage_mode, :volume_size_gb) SENSITIVE = [] include Aws::Structure end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
EBS volume provisioned throughput information.
4420 4421 4422 4423 4424 4425 4426 4427 4428 |
# File 'lib/aws-sdk-kafka/types.rb', line 4420 class UpdateStorageRequest < Struct.new( :cluster_arn, :current_version, :provisioned_throughput, :storage_mode, :volume_size_gb) SENSITIVE = [] include Aws::Structure end |
#storage_mode ⇒ String
Controls storage mode for supported storage tiers.
4420 4421 4422 4423 4424 4425 4426 4427 4428 |
# File 'lib/aws-sdk-kafka/types.rb', line 4420 class UpdateStorageRequest < Struct.new( :cluster_arn, :current_version, :provisioned_throughput, :storage_mode, :volume_size_gb) SENSITIVE = [] include Aws::Structure end |
#volume_size_gb ⇒ Integer
size of the EBS volume to update.
4420 4421 4422 4423 4424 4425 4426 4427 4428 |
# File 'lib/aws-sdk-kafka/types.rb', line 4420 class UpdateStorageRequest < Struct.new( :cluster_arn, :current_version, :provisioned_throughput, :storage_mode, :volume_size_gb) SENSITIVE = [] include Aws::Structure end |