Class: Aws::Types::GetMediaOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def content_type
  @content_type
end

#payload::IO

Returns the value of attribute payload.

Returns:

  • (::IO)


30
31
32
# File 'sig/types.rbs', line 30

def payload
  @payload
end