Class: Aws::Types::UpdateStreamModeInput

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)


896
897
898
# File 'sig/types.rbs', line 896

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def stream_id
  @stream_id
end

#stream_mode_detailsTypes::StreamModeDetails

Returns the value of attribute stream_mode_details.



898
899
900
# File 'sig/types.rbs', line 898

def stream_mode_details
  @stream_mode_details
end

#warm_throughput_mi_bps::Integer

Returns the value of attribute warm_throughput_mi_bps.

Returns:

  • (::Integer)


899
900
901
# File 'sig/types.rbs', line 899

def warm_throughput_mi_bps
  @warm_throughput_mi_bps
end