Class: Aws::Types::GCMChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::GCMChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#default_authentication_method ⇒ ::String
Returns the value of attribute default_authentication_method.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#service_json ⇒ ::String
Returns the value of attribute service_json.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def api_key @api_key end |
#default_authentication_method ⇒ ::String
Returns the value of attribute default_authentication_method.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def default_authentication_method @default_authentication_method end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def enabled @enabled end |
#service_json ⇒ ::String
Returns the value of attribute service_json.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def service_json @service_json end |