Class: Aws::Types::DeleteLiveSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLiveSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#live_source_name ⇒ ::String
Returns the value of attribute live_source_name.
402 403 404 |
# File 'sig/types.rbs', line 402 def live_source_name @live_source_name end |
#source_location_name ⇒ ::String
Returns the value of attribute source_location_name.
403 404 405 |
# File 'sig/types.rbs', line 403 def source_location_name @source_location_name end |