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
1073 |
# File 'sig/client.rbs', line 1073
def arn: () -> ::String
|
#creation_time ⇒ ::Time
1074 |
# File 'sig/client.rbs', line 1074
def creation_time: () -> ::Time
|
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
1075 |
# File 'sig/client.rbs', line 1075
def http_package_configurations: () -> ::Array[Types::HttpPackageConfiguration]
|
#last_modified_time ⇒ ::Time
1076 |
# File 'sig/client.rbs', line 1076
def last_modified_time: () -> ::Time
|
#source_location_name ⇒ ::String
1077 |
# File 'sig/client.rbs', line 1077
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1078 |
# File 'sig/client.rbs', line 1078
def tags: () -> ::Hash[::String, ::String]
|
#vod_source_name ⇒ ::String
1079 |
# File 'sig/client.rbs', line 1079
def vod_source_name: () -> ::String
|