You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kafka::Types::EBSStorageInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EBSStorageInfo as input to an Aws::Client method, you can use a vanilla Hash:

{
  volume_size: 1,
}

Contains information about the EBS storage volumes attached to Kafka broker nodes.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#volume_sizeInteger

The size in GiB of the EBS volume for the data drive on each broker node.

Returns:

  • (Integer)

    The size in GiB of the EBS volume for the data drive on each broker node.