Class: Aws::Types::UpdateAdmChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAdmChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adm_channel_request ⇒ Types::ADMChannelRequest
Returns the value of attribute adm_channel_request.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
Instance Attribute Details
#adm_channel_request ⇒ Types::ADMChannelRequest
Returns the value of attribute adm_channel_request.
2936 2937 2938 |
# File 'sig/types.rbs', line 2936 def adm_channel_request @adm_channel_request end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def application_id @application_id end |