Class: Aws::Types::CreateLiveSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLiveSourceRequest
- 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.
-
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
-
#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
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
216 217 218 |
# File 'sig/types.rbs', line 216 def http_package_configurations @http_package_configurations end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
217 218 219 |
# File 'sig/types.rbs', line 217 def live_source_name @live_source_name end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
218 219 220 |
# File 'sig/types.rbs', line 218 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
219 220 221 |
# File 'sig/types.rbs', line 219 def @tags end |