Class: Aws::Types::StreamConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fragment_number ⇒ ::String

Returns the value of attribute fragment_number.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def fragment_number
  @fragment_number
end

#stream_arn ⇒ ::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def stream_arn
  @stream_arn
end

#stream_channel_definition ⇒ Types::StreamChannelDefinition

Returns the value of attribute stream_channel_definition.



841
842
843
# File 'sig/types.rbs', line 841

def stream_channel_definition
  @stream_channel_definition
end