Class: Aws::Types::AppInstanceUserEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::AppInstanceUserEndpoint
- 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.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#endpoint_attributes ⇒ Types::EndpointAttributes
Returns the value of attribute endpoint_attributes.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#endpoint_state ⇒ Types::EndpointState
Returns the value of attribute endpoint_state.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#type ⇒ "APNS", ...
Returns the value of attribute type.
Instance Attribute Details
#allow_messages ⇒ "ALL", "NONE"
Returns the value of attribute allow_messages.
80 81 82 |
# File 'sig/types.rbs', line 80 def @allow_messages end |
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
72 73 74 |
# File 'sig/types.rbs', line 72 def app_instance_user_arn @app_instance_user_arn end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
78 79 80 |
# File 'sig/types.rbs', line 78 def @created_timestamp end |
#endpoint_attributes ⇒ Types::EndpointAttributes
Returns the value of attribute endpoint_attributes.
77 78 79 |
# File 'sig/types.rbs', line 77 def endpoint_attributes @endpoint_attributes end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
73 74 75 |
# File 'sig/types.rbs', line 73 def endpoint_id @endpoint_id end |
#endpoint_state ⇒ Types::EndpointState
Returns the value of attribute endpoint_state.
81 82 83 |
# File 'sig/types.rbs', line 81 def endpoint_state @endpoint_state end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
79 80 81 |
# File 'sig/types.rbs', line 79 def @last_updated_timestamp end |
#name ⇒ ::String
Returns the value of attribute name.
74 75 76 |
# File 'sig/types.rbs', line 74 def name @name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
76 77 78 |
# File 'sig/types.rbs', line 76 def resource_arn @resource_arn end |
#type ⇒ "APNS", ...
Returns the value of attribute type.
75 76 77 |
# File 'sig/types.rbs', line 75 def type @type end |