Class: Aws::Types::AppInstanceUserEndpointSummary
- Inherits:
-
Object
- Object
- Aws::Types::AppInstanceUserEndpointSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_messages ⇒ "ALL", "NONE"
Returns the value of attribute allow_messages.
-
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#endpoint_state ⇒ Types::EndpointState
Returns the value of attribute endpoint_state.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "APNS", ...
Returns the value of attribute type.
Instance Attribute Details
#allow_messages ⇒ "ALL", "NONE"
Returns the value of attribute allow_messages.
90 91 92 |
# File 'sig/types.rbs', line 90 def end |
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
86 87 88 |
# File 'sig/types.rbs', line 86 def app_instance_user_arn @app_instance_user_arn end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def endpoint_id @endpoint_id end |
#endpoint_state ⇒ Types::EndpointState
Returns the value of attribute endpoint_state.
91 92 93 |
# File 'sig/types.rbs', line 91 def endpoint_state @endpoint_state end |
#name ⇒ ::String
Returns the value of attribute name.
88 89 90 |
# File 'sig/types.rbs', line 88 def name @name end |
#type ⇒ "APNS", ...
Returns the value of attribute type.
89 90 91 |
# File 'sig/types.rbs', line 89 def type @type end |