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
1049 |
# File 'sig/client.rbs', line 1049
def arn: () -> ::String
|
#creation_time ⇒ ::Time
1050 |
# File 'sig/client.rbs', line 1050
def creation_time: () -> ::Time
|
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
1051 |
# File 'sig/client.rbs', line 1051
def http_package_configurations: () -> ::Array[Types::HttpPackageConfiguration]
|
#last_modified_time ⇒ ::Time
1052 |
# File 'sig/client.rbs', line 1052
def last_modified_time: () -> ::Time
|
#source_location_name ⇒ ::String
1053 |
# File 'sig/client.rbs', line 1053
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1054 |
# File 'sig/client.rbs', line 1054
def tags: () -> ::Hash[::String, ::String]
|
#vod_source_name ⇒ ::String
1055 |
# File 'sig/client.rbs', line 1055
def vod_source_name: () -> ::String
|