Class: Aws::Types::UpdateLiveSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLiveSourceRequest
- 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.
Instance Attribute Details
#http_package_configurations ⇒ ::Array[Types::HttpPackageConfiguration]
Returns the value of attribute http_package_configurations.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def http_package_configurations @http_package_configurations end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def live_source_name @live_source_name end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def source_location_name @source_location_name end |