Class: Aws::Types::UpdateStreamWarmThroughputInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def stream_name
  @stream_name
end

#warm_throughput_mi_bps::Integer

Returns the value of attribute warm_throughput_mi_bps.

Returns:

  • (::Integer)


917
918
919
# File 'sig/types.rbs', line 917

def warm_throughput_mi_bps
  @warm_throughput_mi_bps
end