Class: Aws::Kafka::Types::EBSStorageInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::EBSStorageInfo
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provisioned_throughput ⇒ Types::ProvisionedThroughput
EBS volume provisioned throughput information.
-
#volume_size ⇒ Integer
The size in GiB of the EBS volume for the data drive on each broker node.
Instance Attribute Details
#provisioned_throughput ⇒ Types::ProvisionedThroughput
EBS volume provisioned throughput information.
1368 1369 1370 1371 1372 1373 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1368 class EBSStorageInfo < Struct.new( :provisioned_throughput, :volume_size) SENSITIVE = [] include Aws::Structure end |
#volume_size ⇒ Integer
The size in GiB of the EBS volume for the data drive on each broker node.
1368 1369 1370 1371 1372 1373 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1368 class EBSStorageInfo < Struct.new( :provisioned_throughput, :volume_size) SENSITIVE = [] include Aws::Structure end |