Class: Aws::Types::APNSChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::APNSChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#default_authentication_method ⇒ ::String
Returns the value of attribute default_authentication_method.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#private_key ⇒ ::String
Returns the value of attribute private_key.
-
#team_id ⇒ ::String
Returns the value of attribute team_id.
-
#token_key ⇒ ::String
Returns the value of attribute token_key.
-
#token_key_id ⇒ ::String
Returns the value of attribute token_key_id.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
53 54 55 |
# File 'sig/types.rbs', line 53 def bundle_id @bundle_id end |
#certificate ⇒ ::String
Returns the value of attribute certificate.
54 55 56 |
# File 'sig/types.rbs', line 54 def certificate @certificate end |
#default_authentication_method ⇒ ::String
Returns the value of attribute default_authentication_method.
55 56 57 |
# File 'sig/types.rbs', line 55 def default_authentication_method @default_authentication_method end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
56 57 58 |
# File 'sig/types.rbs', line 56 def enabled @enabled end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
57 58 59 |
# File 'sig/types.rbs', line 57 def private_key @private_key end |
#team_id ⇒ ::String
Returns the value of attribute team_id.
58 59 60 |
# File 'sig/types.rbs', line 58 def team_id @team_id end |
#token_key ⇒ ::String
Returns the value of attribute token_key.
59 60 61 |
# File 'sig/types.rbs', line 59 def token_key @token_key end |
#token_key_id ⇒ ::String
Returns the value of attribute token_key_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def token_key_id @token_key_id end |