Class: Aws::Types::GetClipInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#clip_fragment_selectorTypes::ClipFragmentSelector

Returns the value of attribute clip_fragment_selector.



58
59
60
# File 'sig/types.rbs', line 58

def clip_fragment_selector
  @clip_fragment_selector
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def stream_name
  @stream_name
end