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.
415 416 417 |
# File 'sig/types.rbs', line 415 def channel_name @channel_name end |
#program_name ⇒ ::String
Returns the value of attribute program_name.
416 417 418 |
# File 'sig/types.rbs', line 416 def program_name @program_name end |