Module: Aws::MediaTailor::Client::_UpdateVodSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateVodSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
- #last_modified_time ⇒ ::Time
- #source_location_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #vod_source_name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
1105 |
# File 'sig/client.rbs', line 1105 def arn: () -> ::String |
#creation_time ⇒ ::Time
1106 |
# File 'sig/client.rbs', line 1106 def creation_time: () -> ::Time |
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
1107 |
# File 'sig/client.rbs', line 1107 def http_package_configurations: () -> ::Array[Types::HttpPackageConfiguration] |
#last_modified_time ⇒ ::Time
1108 |
# File 'sig/client.rbs', line 1108 def last_modified_time: () -> ::Time |
#source_location_name ⇒ ::String
1109 |
# File 'sig/client.rbs', line 1109 def source_location_name: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
1110 |
# File 'sig/client.rbs', line 1110 def tags: () -> ::Hash[::String, ::String] |
#vod_source_name ⇒ ::String
1111 |
# File 'sig/client.rbs', line 1111 def vod_source_name: () -> ::String |