Class: Aws::Types::CreateVodSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVodSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
-
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
Instance Attribute Details
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
313 314 315 |
# File 'sig/types.rbs', line 313 def http_package_configurations @http_package_configurations end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
314 315 316 |
# File 'sig/types.rbs', line 314 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
315 316 317 |
# File 'sig/types.rbs', line 315 def @tags end |
#vod_source_name ⇒ ::String
Returns the value of attribute vod_source_name.
316 317 318 |
# File 'sig/types.rbs', line 316 def vod_source_name @vod_source_name end |