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
955 |
# File 'sig/client.rbs', line 955
def arn: () -> ::String
|
#creation_time ⇒ ::Time
956 |
# File 'sig/client.rbs', line 956
def creation_time: () -> ::Time
|
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
957 |
# File 'sig/client.rbs', line 957
def http_package_configurations: () -> ::Array[Types::HttpPackageConfiguration]
|
#last_modified_time ⇒ ::Time
958 |
# File 'sig/client.rbs', line 958
def last_modified_time: () -> ::Time
|
#live_source_name ⇒ ::String
959 |
# File 'sig/client.rbs', line 959
def live_source_name: () -> ::String
|
#source_location_name ⇒ ::String
960 |
# File 'sig/client.rbs', line 960
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
961 |
# File 'sig/client.rbs', line 961
def tags: () -> ::Hash[::String, ::String]
|