Class: Aws::Kafka::Types::StorageInfo

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

Overview

Note:

When making an API call, you may pass StorageInfo data as a hash:

{
  ebs_storage_info: {
    volume_size: 1,
  },
}

Contains information about storage volumes attached to MSK broker nodes.

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_storage_infoTypes::EBSStorageInfo

EBS volume information.



621
622
623
624
# File 'lib/aws-sdk-kafka/types.rb', line 621

class StorageInfo < Struct.new(
  :ebs_storage_info)
  include Aws::Structure
end