Module: Aws::MediaTailor::Client::_CreateSourceLocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSourceLocationResponse]
- 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
295 |
# File 'sig/client.rbs', line 295
def access_configuration: () -> Types::AccessConfiguration
|
#arn ⇒ ::String
296 |
# File 'sig/client.rbs', line 296
def arn: () -> ::String
|
#creation_time ⇒ ::Time
297 |
# File 'sig/client.rbs', line 297
def creation_time: () -> ::Time
|
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
298 |
# File 'sig/client.rbs', line 298
def default_segment_delivery_configuration: () -> Types::DefaultSegmentDeliveryConfiguration
|
#http_configuration ⇒ Types::HttpConfiguration
299 |
# File 'sig/client.rbs', line 299
def http_configuration: () -> Types::HttpConfiguration
|
#last_modified_time ⇒ ::Time
300 |
# File 'sig/client.rbs', line 300
def last_modified_time: () -> ::Time
|
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
301 |
# File 'sig/client.rbs', line 301
def segment_delivery_configurations: () -> ::Array[Types::SegmentDeliveryConfiguration]
|
#source_location_name ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
303 |
# File 'sig/client.rbs', line 303
def tags: () -> ::Hash[::String, ::String]
|