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
1074 |
# File 'sig/client.rbs', line 1074 def access_configuration: () -> Types::AccessConfiguration |
#arn ⇒ ::String
1075 |
# File 'sig/client.rbs', line 1075 def arn: () -> ::String |
#creation_time ⇒ ::Time
1076 |
# File 'sig/client.rbs', line 1076 def creation_time: () -> ::Time |
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
1077 |
# File 'sig/client.rbs', line 1077 def default_segment_delivery_configuration: () -> Types::DefaultSegmentDeliveryConfiguration |
#http_configuration ⇒ Types::HttpConfiguration
1078 |
# File 'sig/client.rbs', line 1078 def http_configuration: () -> Types::HttpConfiguration |
#last_modified_time ⇒ ::Time
1079 |
# File 'sig/client.rbs', line 1079 def last_modified_time: () -> ::Time |
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
1080 |
# File 'sig/client.rbs', line 1080 def segment_delivery_configurations: () -> ::Array[Types::SegmentDeliveryConfiguration] |
#source_location_name ⇒ ::String
1081 |
# File 'sig/client.rbs', line 1081 def source_location_name: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
1082 |
# File 'sig/client.rbs', line 1082 def tags: () -> ::Hash[::String, ::String] |