Module: Aws::MediaTailor::Client::_DescribeSourceLocationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSourceLocationResponse]
- 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
499 |
# File 'sig/client.rbs', line 499
def access_configuration: () -> Types::AccessConfiguration
|
#arn ⇒ ::String
500 |
# File 'sig/client.rbs', line 500
def arn: () -> ::String
|
#creation_time ⇒ ::Time
501 |
# File 'sig/client.rbs', line 501
def creation_time: () -> ::Time
|
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
502 |
# File 'sig/client.rbs', line 502
def default_segment_delivery_configuration: () -> Types::DefaultSegmentDeliveryConfiguration
|
#http_configuration ⇒ Types::HttpConfiguration
503 |
# File 'sig/client.rbs', line 503
def http_configuration: () -> Types::HttpConfiguration
|
#last_modified_time ⇒ ::Time
504 |
# File 'sig/client.rbs', line 504
def last_modified_time: () -> ::Time
|
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
505 |
# File 'sig/client.rbs', line 505
def segment_delivery_configurations: () -> ::Array[Types::SegmentDeliveryConfiguration]
|
#source_location_name ⇒ ::String
506 |
# File 'sig/client.rbs', line 506
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
507 |
# File 'sig/client.rbs', line 507
def tags: () -> ::Hash[::String, ::String]
|