Class: Aws::Types::DeleteProgramRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProgramRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#program_name ⇒ ::String
Returns the value of attribute program_name.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
428 429 430 |
# File 'sig/types.rbs', line 428 def channel_name @channel_name end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
429 430 431 |
# File 'sig/types.rbs', line 429 def program_name @program_name end |