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
1034 |
# File 'sig/client.rbs', line 1034
def arn: () -> ::String
|
#creation_time ⇒ ::Time
1035 |
# File 'sig/client.rbs', line 1035
def creation_time: () -> ::Time
|
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
1036 |
# File 'sig/client.rbs', line 1036
def http_package_configurations: () -> ::Array[Types::HttpPackageConfiguration]
|
#last_modified_time ⇒ ::Time
1037 |
# File 'sig/client.rbs', line 1037
def last_modified_time: () -> ::Time
|
#source_location_name ⇒ ::String
1038 |
# File 'sig/client.rbs', line 1038
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1039 |
# File 'sig/client.rbs', line 1039
def tags: () -> ::Hash[::String, ::String]
|
#vod_source_name ⇒ ::String
1040 |
# File 'sig/client.rbs', line 1040
def vod_source_name: () -> ::String
|