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
1003 |
# File 'sig/client.rbs', line 1003
def access_configuration: () -> Types::AccessConfiguration
|
#arn ⇒ ::String
1004 |
# File 'sig/client.rbs', line 1004
def arn: () -> ::String
|
#creation_time ⇒ ::Time
1005 |
# File 'sig/client.rbs', line 1005
def creation_time: () -> ::Time
|
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
1006 |
# File 'sig/client.rbs', line 1006
def default_segment_delivery_configuration: () -> Types::DefaultSegmentDeliveryConfiguration
|
#http_configuration ⇒ Types::HttpConfiguration
1007 |
# File 'sig/client.rbs', line 1007
def http_configuration: () -> Types::HttpConfiguration
|
#last_modified_time ⇒ ::Time
1008 |
# File 'sig/client.rbs', line 1008
def last_modified_time: () -> ::Time
|
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
1009 |
# File 'sig/client.rbs', line 1009
def segment_delivery_configurations: () -> ::Array[Types::SegmentDeliveryConfiguration]
|
#source_location_name ⇒ ::String
1010 |
# File 'sig/client.rbs', line 1010
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1011 |
# File 'sig/client.rbs', line 1011
def tags: () -> ::Hash[::String, ::String]
|