Class: Aws::Types::CreateStreamingURLResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expires::Time

Returns the value of attribute expires.

Returns:

  • (::Time)


505
506
507
# File 'sig/types.rbs', line 505

def expires
  @expires
end

#streaming_url::String

Returns the value of attribute streaming_url.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def streaming_url
  @streaming_url
end