Class: Aws::Types::BrokerEBSVolumeInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kafka_broker_node_id::String

Returns the value of attribute kafka_broker_node_id.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def kafka_broker_node_id
  @kafka_broker_node_id
end

#provisioned_throughputTypes::ProvisionedThroughput

Returns the value of attribute provisioned_throughput.



42
43
44
# File 'sig/types.rbs', line 42

def provisioned_throughput
  @provisioned_throughput
end

#volume_size_gb::Integer

Returns the value of attribute volume_size_gb.

Returns:

  • (::Integer)


43
44
45
# File 'sig/types.rbs', line 43

def volume_size_gb
  @volume_size_gb
end