Module: Aws::MediaTailor::Client::_UpdateLiveSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateLiveSourceResponse]
- 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
940 |
# File 'sig/client.rbs', line 940
def arn: () -> ::String
|
#creation_time ⇒ ::Time
941 |
# File 'sig/client.rbs', line 941
def creation_time: () -> ::Time
|
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
942 |
# File 'sig/client.rbs', line 942
def http_package_configurations: () -> ::Array[Types::HttpPackageConfiguration]
|
#last_modified_time ⇒ ::Time
943 |
# File 'sig/client.rbs', line 943
def last_modified_time: () -> ::Time
|
#live_source_name ⇒ ::String
944 |
# File 'sig/client.rbs', line 944
def live_source_name: () -> ::String
|
#source_location_name ⇒ ::String
945 |
# File 'sig/client.rbs', line 945
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
946 |
# File 'sig/client.rbs', line 946
def tags: () -> ::Hash[::String, ::String]
|