Class: Aws::Types::GCMChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GCMChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#credential ⇒ ::String
Returns the value of attribute credential.
-
#default_authentication_method ⇒ ::String
Returns the value of attribute default_authentication_method.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
-
#has_fcm_service_credentials ⇒ Boolean
Returns the value of attribute has_fcm_service_credentials.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def application_id @application_id end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def creation_date @creation_date end |
#credential ⇒ ::String
Returns the value of attribute credential.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def credential @credential end |
#default_authentication_method ⇒ ::String
Returns the value of attribute default_authentication_method.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def default_authentication_method @default_authentication_method end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def enabled @enabled end |
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def has_credential @has_credential end |
#has_fcm_service_credentials ⇒ Boolean
Returns the value of attribute has_fcm_service_credentials.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def has_fcm_service_credentials @has_fcm_service_credentials end |
#id ⇒ ::String
Returns the value of attribute id.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def id @id end |
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def is_archived @is_archived end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def last_modified_date @last_modified_date end |
#platform ⇒ ::String
Returns the value of attribute platform.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def platform @platform end |
#version ⇒ ::Integer
Returns the value of attribute version.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def version @version end |