Class: Aws::Types::CreateSourceLocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSourceLocationRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#access_configuration ⇒ Types::AccessConfiguration
Returns the value of attribute access_configuration.
290 291 292 |
# File 'sig/types.rbs', line 290 def access_configuration @access_configuration end |
#default_segment_delivery_configuration ⇒ Types::DefaultSegmentDeliveryConfiguration
Returns the value of attribute default_segment_delivery_configuration.
291 292 293 |
# File 'sig/types.rbs', line 291 def default_segment_delivery_configuration @default_segment_delivery_configuration end |
#http_configuration ⇒ Types::HttpConfiguration
Returns the value of attribute http_configuration.
292 293 294 |
# File 'sig/types.rbs', line 292 def http_configuration @http_configuration end |
#segment_delivery_configurations ⇒ ::Array[Types::SegmentDeliveryConfiguration]
Returns the value of attribute segment_delivery_configurations.
293 294 295 |
# File 'sig/types.rbs', line 293 def segment_delivery_configurations @segment_delivery_configurations end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
294 295 296 |
# File 'sig/types.rbs', line 294 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
295 296 297 |
# File 'sig/types.rbs', line 295 def @tags end |