Class: Aws::Types::ADMChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::ADMChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
13 14 15 |
# File 'sig/types.rbs', line 13 def client_secret @client_secret end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
14 15 16 |
# File 'sig/types.rbs', line 14 def enabled @enabled end |