Module: Aws::MediaTailor::Client::_CreateVodSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateVodSourceResponse]
- 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
327 |
# File 'sig/client.rbs', line 327
def arn: () -> ::String
|
#creation_time ⇒ ::Time
328 |
# File 'sig/client.rbs', line 328
def creation_time: () -> ::Time
|
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
329 |
# File 'sig/client.rbs', line 329
def http_package_configurations: () -> ::Array[Types::HttpPackageConfiguration]
|
#last_modified_time ⇒ ::Time
330 |
# File 'sig/client.rbs', line 330
def last_modified_time: () -> ::Time
|
#source_location_name ⇒ ::String
331 |
# File 'sig/client.rbs', line 331
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
332 |
# File 'sig/client.rbs', line 332
def tags: () -> ::Hash[::String, ::String]
|
#vod_source_name ⇒ ::String
333 |
# File 'sig/client.rbs', line 333
def vod_source_name: () -> ::String
|