Class: Aws::ChimeSDKIdentity::Types::AppInstanceUserEndpointSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb

Overview

Summary of the details of an AppInstanceUserEndpoint.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_messagesString

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.

Returns:

  • (String)


340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 340

class AppInstanceUserEndpointSummary < Struct.new(
  :app_instance_user_arn,
  :endpoint_id,
  :name,
  :type,
  :allow_messages,
  :endpoint_state)
  SENSITIVE = [:name]
  include Aws::Structure
end

#app_instance_user_arnString

The ARN of the AppInstanceUser.

Returns:

  • (String)


340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 340

class AppInstanceUserEndpointSummary < Struct.new(
  :app_instance_user_arn,
  :endpoint_id,
  :name,
  :type,
  :allow_messages,
  :endpoint_state)
  SENSITIVE = [:name]
  include Aws::Structure
end

#endpoint_idString

The unique identifier of the AppInstanceUserEndpoint.

Returns:

  • (String)


340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 340

class AppInstanceUserEndpointSummary < Struct.new(
  :app_instance_user_arn,
  :endpoint_id,
  :name,
  :type,
  :allow_messages,
  :endpoint_state)
  SENSITIVE = [:name]
  include Aws::Structure
end

#endpoint_stateTypes::EndpointState

A read-only field that represent the state of an AppInstanceUserEndpoint.



340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 340

class AppInstanceUserEndpointSummary < Struct.new(
  :app_instance_user_arn,
  :endpoint_id,
  :name,
  :type,
  :allow_messages,
  :endpoint_state)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the AppInstanceUserEndpoint.

Returns:

  • (String)


340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 340

class AppInstanceUserEndpointSummary < Struct.new(
  :app_instance_user_arn,
  :endpoint_id,
  :name,
  :type,
  :allow_messages,
  :endpoint_state)
  SENSITIVE = [:name]
  include Aws::Structure
end

#typeString

The type of the AppInstanceUserEndpoint.

Returns:

  • (String)


340
341
342
343
344
345
346
347
348
349
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 340

class AppInstanceUserEndpointSummary < Struct.new(
  :app_instance_user_arn,
  :endpoint_id,
  :name,
  :type,
  :allow_messages,
  :endpoint_state)
  SENSITIVE = [:name]
  include Aws::Structure
end