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
1042 |
# File 'sig/client.rbs', line 1042
def access_configuration: () -> Types::AccessConfiguration
|
#arn ⇒ ::String
1043 |
# File 'sig/client.rbs', line 1043
def arn: () -> ::String
|
#creation_time ⇒ ::Time
1044 |
# File 'sig/client.rbs', line 1044
def creation_time: () -> ::Time
|
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
1045 |
# File 'sig/client.rbs', line 1045
def default_segment_delivery_configuration: () -> Types::DefaultSegmentDeliveryConfiguration
|
#http_configuration ⇒ Types::HttpConfiguration
1046 |
# File 'sig/client.rbs', line 1046
def http_configuration: () -> Types::HttpConfiguration
|
#last_modified_time ⇒ ::Time
1047 |
# File 'sig/client.rbs', line 1047
def last_modified_time: () -> ::Time
|
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
1048 |
# File 'sig/client.rbs', line 1048
def segment_delivery_configurations: () -> ::Array[Types::SegmentDeliveryConfiguration]
|
#source_location_name ⇒ ::String
1049 |
# File 'sig/client.rbs', line 1049
def source_location_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1050 |
# File 'sig/client.rbs', line 1050
def tags: () -> ::Hash[::String, ::String]
|