Class: Aws::Types::APNSSandboxChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::APNSSandboxChannelResponse
- 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.
-
#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_token_key ⇒ Boolean
Returns the value of attribute has_token_key.
-
#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.
126 127 128 |
# File 'sig/types.rbs', line 126 def application_id @application_id end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
127 128 129 |
# File 'sig/types.rbs', line 127 def creation_date @creation_date end |
#default_authentication_method ⇒ ::String
Returns the value of attribute default_authentication_method.
128 129 130 |
# File 'sig/types.rbs', line 128 def default_authentication_method @default_authentication_method end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
129 130 131 |
# File 'sig/types.rbs', line 129 def enabled @enabled end |
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
130 131 132 |
# File 'sig/types.rbs', line 130 def has_credential @has_credential end |
#has_token_key ⇒ Boolean
Returns the value of attribute has_token_key.
131 132 133 |
# File 'sig/types.rbs', line 131 def has_token_key @has_token_key end |
#id ⇒ ::String
Returns the value of attribute id.
132 133 134 |
# File 'sig/types.rbs', line 132 def id @id end |
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
133 134 135 |
# File 'sig/types.rbs', line 133 def is_archived @is_archived end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
134 135 136 |
# File 'sig/types.rbs', line 134 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
135 136 137 |
# File 'sig/types.rbs', line 135 def last_modified_date @last_modified_date end |
#platform ⇒ ::String
Returns the value of attribute platform.
136 137 138 |
# File 'sig/types.rbs', line 136 def platform @platform end |
#version ⇒ ::Integer
Returns the value of attribute version.
137 138 139 |
# File 'sig/types.rbs', line 137 def version @version end |