Class: Aws::Types::UpdateStreamWarmThroughputOutput

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)


912
913
914
# File 'sig/types.rbs', line 912

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


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

def stream_name
  @stream_name
end

#warm_throughputTypes::WarmThroughputObject

Returns the value of attribute warm_throughput.



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

def warm_throughput
  @warm_throughput
end