Class: Aws::ChimeSDKIdentity::Types::AppInstanceUserEndpointSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::AppInstanceUserEndpointSummary
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
Summary of the details of an AppInstanceUserEndpoint
.
Constant Summary collapse
- SENSITIVE =
[:app_instance_user_arn, :endpoint_id, :name]
Instance Attribute Summary collapse
-
#allow_messages ⇒ String
BBoolean 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
. -
#endpoint_state ⇒ Types::EndpointState
A read-only field that represent the state of an
AppInstanceUserEndpoint
. -
#name ⇒ String
The name of the
AppInstanceUserEndpoint
. -
#type ⇒ String
The type of the
AppInstanceUserEndpoint
.
Instance Attribute Details
#allow_messages ⇒ String
BBoolean 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.
271 272 273 274 275 276 277 278 279 280 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 271 class AppInstanceUserEndpointSummary < Struct.new( :app_instance_user_arn, :endpoint_id, :name, :type, :allow_messages, :endpoint_state) SENSITIVE = [:app_instance_user_arn, :endpoint_id, :name] include Aws::Structure end |
#app_instance_user_arn ⇒ String
The ARN of the AppInstanceUser
.
271 272 273 274 275 276 277 278 279 280 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 271 class AppInstanceUserEndpointSummary < Struct.new( :app_instance_user_arn, :endpoint_id, :name, :type, :allow_messages, :endpoint_state) SENSITIVE = [:app_instance_user_arn, :endpoint_id, :name] include Aws::Structure end |
#endpoint_id ⇒ String
The unique identifier of the AppInstanceUserEndpoint
.
271 272 273 274 275 276 277 278 279 280 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 271 class AppInstanceUserEndpointSummary < Struct.new( :app_instance_user_arn, :endpoint_id, :name, :type, :allow_messages, :endpoint_state) SENSITIVE = [:app_instance_user_arn, :endpoint_id, :name] include Aws::Structure end |
#endpoint_state ⇒ Types::EndpointState
A read-only field that represent the state of an
AppInstanceUserEndpoint
.
271 272 273 274 275 276 277 278 279 280 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 271 class AppInstanceUserEndpointSummary < Struct.new( :app_instance_user_arn, :endpoint_id, :name, :type, :allow_messages, :endpoint_state) SENSITIVE = [:app_instance_user_arn, :endpoint_id, :name] include Aws::Structure end |
#name ⇒ String
The name of the AppInstanceUserEndpoint
.
271 272 273 274 275 276 277 278 279 280 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 271 class AppInstanceUserEndpointSummary < Struct.new( :app_instance_user_arn, :endpoint_id, :name, :type, :allow_messages, :endpoint_state) SENSITIVE = [:app_instance_user_arn, :endpoint_id, :name] include Aws::Structure end |
#type ⇒ String
The type of the AppInstanceUserEndpoint
.
271 272 273 274 275 276 277 278 279 280 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 271 class AppInstanceUserEndpointSummary < Struct.new( :app_instance_user_arn, :endpoint_id, :name, :type, :allow_messages, :endpoint_state) SENSITIVE = [:app_instance_user_arn, :endpoint_id, :name] include Aws::Structure end |