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)


688
689
690
# File 'sig/types.rbs', line 688

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def stream_name
  @stream_name
end

#warm_throughputTypes::WarmThroughputObject

Returns the value of attribute warm_throughput.



690
691
692
# File 'sig/types.rbs', line 690

def warm_throughput
  @warm_throughput
end