Class: Aws::Types::APNSVoipSandboxChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::APNSVoipSandboxChannelRequest
- 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.
170 171 172 |
# File 'sig/types.rbs', line 170 def bundle_id @bundle_id end |
#certificate ⇒ ::String
Returns the value of attribute certificate.
171 172 173 |
# File 'sig/types.rbs', line 171 def certificate @certificate end |
#default_authentication_method ⇒ ::String
Returns the value of attribute default_authentication_method.
172 173 174 |
# File 'sig/types.rbs', line 172 def default_authentication_method @default_authentication_method end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
173 174 175 |
# File 'sig/types.rbs', line 173 def enabled @enabled end |
#private_key ⇒ ::String
Returns the value of attribute private_key.
174 175 176 |
# File 'sig/types.rbs', line 174 def private_key @private_key end |
#team_id ⇒ ::String
Returns the value of attribute team_id.
175 176 177 |
# File 'sig/types.rbs', line 175 def team_id @team_id end |
#token_key ⇒ ::String
Returns the value of attribute token_key.
176 177 178 |
# File 'sig/types.rbs', line 176 def token_key @token_key end |
#token_key_id ⇒ ::String
Returns the value of attribute token_key_id.
177 178 179 |
# File 'sig/types.rbs', line 177 def token_key_id @token_key_id end |