Class: Aws::ChimeSDKIdentity::Types::ListAppInstanceUserEndpointsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:app_instance_user_arn, :next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_user_arnString

The ARN of the AppInstanceUser.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1167

class ListAppInstanceUserEndpointsRequest < Struct.new(
  :app_instance_user_arn,
  :max_results,
  :next_token)
  SENSITIVE = [:app_instance_user_arn, :next_token]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of endpoints that you want to return.

Returns:

  • (Integer)


1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1167

class ListAppInstanceUserEndpointsRequest < Struct.new(
  :app_instance_user_arn,
  :max_results,
  :next_token)
  SENSITIVE = [:app_instance_user_arn, :next_token]
  include Aws::Structure
end

#next_tokenString

The token passed by previous API calls until all requested endpoints are returned.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
1173
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1167

class ListAppInstanceUserEndpointsRequest < Struct.new(
  :app_instance_user_arn,
  :max_results,
  :next_token)
  SENSITIVE = [:app_instance_user_arn, :next_token]
  include Aws::Structure
end