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
979 |
# File 'sig/client.rbs', line 979
def arn: () -> ::String
|
#creation_time ⇒ ::Time
980 |
# File 'sig/client.rbs', line 980
def creation_time: () -> ::Time
|
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
981 |
# File 'sig/client.rbs', line 981
def http_package_configurations: () -> ::Array[Types::HttpPackageConfiguration]
|
#last_modified_time ⇒ ::Time
982 |
# File 'sig/client.rbs', line 982
def last_modified_time: () -> ::Time
|
#live_source_name ⇒ ::String
983 |
# File 'sig/client.rbs', line 983
def live_source_name: () -> ::String
|
#source_location_name ⇒ ::String
984 |
# File 'sig/client.rbs', line 984
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
985 |
# File 'sig/client.rbs', line 985
def tags: () -> ::Hash[::String, ::String]
|