Class: Aws::Types::UpdateAppInstanceUserEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppInstanceUserEndpointRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#allow_messages ⇒ "ALL", "NONE"
Returns the value of attribute allow_messages.
516 517 518 |
# File 'sig/types.rbs', line 516 def @allow_messages end |
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
513 514 515 |
# File 'sig/types.rbs', line 513 def app_instance_user_arn @app_instance_user_arn end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
514 515 516 |
# File 'sig/types.rbs', line 514 def endpoint_id @endpoint_id end |
#name ⇒ ::String
Returns the value of attribute name.
515 516 517 |
# File 'sig/types.rbs', line 515 def name @name end |