Module: Aws::MediaTailor::Client::_UpdateLiveSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateLiveSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
- #last_modified_time ⇒ ::Time
- #live_source_name ⇒ ::String
- #source_location_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
1011 |
# File 'sig/client.rbs', line 1011
def arn: () -> ::String
|
#creation_time ⇒ ::Time
1012 |
# File 'sig/client.rbs', line 1012
def creation_time: () -> ::Time
|
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
1013 |
# File 'sig/client.rbs', line 1013
def http_package_configurations: () -> ::Array[Types::HttpPackageConfiguration]
|
#last_modified_time ⇒ ::Time
1014 |
# File 'sig/client.rbs', line 1014
def last_modified_time: () -> ::Time
|
#live_source_name ⇒ ::String
1015 |
# File 'sig/client.rbs', line 1015
def live_source_name: () -> ::String
|
#source_location_name ⇒ ::String
1016 |
# File 'sig/client.rbs', line 1016
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1017 |
# File 'sig/client.rbs', line 1017
def tags: () -> ::Hash[::String, ::String]
|