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.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def http_package_configurations @http_package_configurations end |
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def live_source_name @live_source_name end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def source_location_name @source_location_name end |