Module: Aws::MediaTailor::Client::_UpdateSourceLocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSourceLocationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_configuration ⇒ Types::AccessConfiguration
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
- #http_configuration ⇒ Types::HttpConfiguration
- #last_modified_time ⇒ ::Time
- #segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
- #source_location_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#access_configuration ⇒ Types::AccessConfiguration
1018 |
# File 'sig/client.rbs', line 1018
def access_configuration: () -> Types::AccessConfiguration
|
#arn ⇒ ::String
1019 |
# File 'sig/client.rbs', line 1019
def arn: () -> ::String
|
#creation_time ⇒ ::Time
1020 |
# File 'sig/client.rbs', line 1020
def creation_time: () -> ::Time
|
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
1021 |
# File 'sig/client.rbs', line 1021
def default_segment_delivery_configuration: () -> Types::DefaultSegmentDeliveryConfiguration
|
#http_configuration ⇒ Types::HttpConfiguration
1022 |
# File 'sig/client.rbs', line 1022
def http_configuration: () -> Types::HttpConfiguration
|
#last_modified_time ⇒ ::Time
1023 |
# File 'sig/client.rbs', line 1023
def last_modified_time: () -> ::Time
|
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
1024 |
# File 'sig/client.rbs', line 1024
def segment_delivery_configurations: () -> ::Array[Types::SegmentDeliveryConfiguration]
|
#source_location_name ⇒ ::String
1025 |
# File 'sig/client.rbs', line 1025
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1026 |
# File 'sig/client.rbs', line 1026
def tags: () -> ::Hash[::String, ::String]
|