Class: Aws::Types::GetMediaForFragmentListInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fragments::Array[::String]

Returns the value of attribute fragments.

Returns:

  • (::Array[::String])


128
129
130
# File 'sig/types.rbs', line 128

def fragments
  @fragments
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def stream_name
  @stream_name
end