Class: Aws::Kafka::Types::UpdateStorageRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Request object for UpdateStorageApi.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)


4398
4399
4400
4401
4402
4403
4404
4405
4406
# File 'lib/aws-sdk-kafka/types.rb', line 4398

class UpdateStorageRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :provisioned_throughput,
  :storage_mode,
  :volume_size_gb)
  SENSITIVE = []
  include Aws::Structure
end

#current_versionString

The version of cluster to update from. A successful operation will then generate a new version.

Returns:

  • (String)


4398
4399
4400
4401
4402
4403
4404
4405
4406
# File 'lib/aws-sdk-kafka/types.rb', line 4398

class UpdateStorageRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :provisioned_throughput,
  :storage_mode,
  :volume_size_gb)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_throughputTypes::ProvisionedThroughput

EBS volume provisioned throughput information.



4398
4399
4400
4401
4402
4403
4404
4405
4406
# File 'lib/aws-sdk-kafka/types.rb', line 4398

class UpdateStorageRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :provisioned_throughput,
  :storage_mode,
  :volume_size_gb)
  SENSITIVE = []
  include Aws::Structure
end

#storage_modeString

Controls storage mode for supported storage tiers.

Returns:

  • (String)


4398
4399
4400
4401
4402
4403
4404
4405
4406
# File 'lib/aws-sdk-kafka/types.rb', line 4398

class UpdateStorageRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :provisioned_throughput,
  :storage_mode,
  :volume_size_gb)
  SENSITIVE = []
  include Aws::Structure
end

#volume_size_gbInteger

size of the EBS volume to update.

Returns:

  • (Integer)


4398
4399
4400
4401
4402
4403
4404
4405
4406
# File 'lib/aws-sdk-kafka/types.rb', line 4398

class UpdateStorageRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :provisioned_throughput,
  :storage_mode,
  :volume_size_gb)
  SENSITIVE = []
  include Aws::Structure
end