Class: Aws::Types::UpdateSourceLocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSourceLocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_configuration ⇒ Types::AccessConfiguration
Returns the value of attribute access_configuration.
-
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
Returns the value of attribute default_segment_delivery_configuration.
-
#http_configuration ⇒ Types::HttpConfiguration
Returns the value of attribute http_configuration.
-
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
Returns the value of attribute segment_delivery_configurations.
-
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
Instance Attribute Details
#access_configuration ⇒ Types::AccessConfiguration
Returns the value of attribute access_configuration.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def access_configuration @access_configuration end |
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
Returns the value of attribute default_segment_delivery_configuration.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def default_segment_delivery_configuration @default_segment_delivery_configuration end |
#http_configuration ⇒ Types::HttpConfiguration
Returns the value of attribute http_configuration.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def http_configuration @http_configuration end |
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
Returns the value of attribute segment_delivery_configurations.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def segment_delivery_configurations @segment_delivery_configurations end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def source_location_name @source_location_name end |