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.
229 230 231 |
# File 'sig/types.rbs', line 229 def http_package_configurations @http_package_configurations end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
230 231 232 |
# File 'sig/types.rbs', line 230 def live_source_name @live_source_name end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
231 232 233 |
# File 'sig/types.rbs', line 231 def source_location_name @source_location_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
232 233 234 |
# File 'sig/types.rbs', line 232 def end |