Class: Aws::Types::APNSVoipChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::APNSVoipChannelRequest
- 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.
142 143 144 |
# File 'sig/types.rbs', line 142 def bundle_id @bundle_id end |
#certificate ⇒ ::String
Returns the value of attribute certificate.
143 144 145 |
# File 'sig/types.rbs', line 143 def certificate @certificate end |
#default_authentication_method ⇒ ::String
Returns the value of attribute default_authentication_method.
144 145 146 |
# File 'sig/types.rbs', line 144 def default_authentication_method @default_authentication_method end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
145 146 147 |
# File 'sig/types.rbs', line 145 def enabled @enabled end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
146 147 148 |
# File 'sig/types.rbs', line 146 def private_key @private_key end |
#team_id ⇒ ::String
Returns the value of attribute team_id.
147 148 149 |
# File 'sig/types.rbs', line 147 def team_id @team_id end |
#token_key ⇒ ::String
Returns the value of attribute token_key.
148 149 150 |
# File 'sig/types.rbs', line 148 def token_key @token_key end |
#token_key_id ⇒ ::String
Returns the value of attribute token_key_id.
149 150 151 |
# File 'sig/types.rbs', line 149 def token_key_id @token_key_id end |