Class: Aws::ChimeSDKIdentity::Types::UpdateAppInstanceUserEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::UpdateAppInstanceUserEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#allow_messages ⇒ String
Boolean that controls whether the ‘AppInstanceUserEndpoint` is opted in to receive messages.
-
#app_instance_user_arn ⇒ String
The ARN of the ‘AppInstanceUser`.
-
#endpoint_id ⇒ String
The unique identifier of the ‘AppInstanceUserEndpoint`.
-
#name ⇒ String
The name of the ‘AppInstanceUserEndpoint`.
Instance Attribute Details
#allow_messages ⇒ String
Boolean that controls whether the ‘AppInstanceUserEndpoint` is opted in to receive messages. `ALL` indicates the endpoint will receive all messages. `NONE` indicates the endpoint will receive no messages.
1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1693 class UpdateAppInstanceUserEndpointRequest < Struct.new( :app_instance_user_arn, :endpoint_id, :name, :allow_messages) SENSITIVE = [:name] include Aws::Structure end |
#app_instance_user_arn ⇒ String
The ARN of the ‘AppInstanceUser`.
1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1693 class UpdateAppInstanceUserEndpointRequest < Struct.new( :app_instance_user_arn, :endpoint_id, :name, :allow_messages) SENSITIVE = [:name] include Aws::Structure end |
#endpoint_id ⇒ String
The unique identifier of the ‘AppInstanceUserEndpoint`.
1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1693 class UpdateAppInstanceUserEndpointRequest < Struct.new( :app_instance_user_arn, :endpoint_id, :name, :allow_messages) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the ‘AppInstanceUserEndpoint`.
1693 1694 1695 1696 1697 1698 1699 1700 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1693 class UpdateAppInstanceUserEndpointRequest < Struct.new( :app_instance_user_arn, :endpoint_id, :name, :allow_messages) SENSITIVE = [:name] include Aws::Structure end |