Module: Aws::MediaTailor::Client::_DescribeLiveSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLiveSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
- #last_modified_time ⇒ ::Time
- #live_source_name ⇒ ::String
- #source_location_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
459 |
# File 'sig/client.rbs', line 459
def arn: () -> ::String
|
#creation_time ⇒ ::Time
460 |
# File 'sig/client.rbs', line 460
def creation_time: () -> ::Time
|
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
461 |
# File 'sig/client.rbs', line 461
def http_package_configurations: () -> ::Array[Types::HttpPackageConfiguration]
|
#last_modified_time ⇒ ::Time
462 |
# File 'sig/client.rbs', line 462
def last_modified_time: () -> ::Time
|
#live_source_name ⇒ ::String
463 |
# File 'sig/client.rbs', line 463
def live_source_name: () -> ::String
|
#source_location_name ⇒ ::String
464 |
# File 'sig/client.rbs', line 464
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
465 |
# File 'sig/client.rbs', line 465
def tags: () -> ::Hash[::String, ::String]
|