Class: Aws::AlexaForBusiness::Types::SearchProfilesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token returned to indicate that there is more data available.

Returns:

  • (String)


4088
4089
4090
4091
4092
4093
4094
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4088

class SearchProfilesResponse < Struct.new(
  :profiles,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#profilesArray<Types::ProfileData>

The profiles that meet the specified set of filter criteria, in sort order.

Returns:



4088
4089
4090
4091
4092
4093
4094
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4088

class SearchProfilesResponse < Struct.new(
  :profiles,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end

#total_countInteger

The total number of room profiles returned.

Returns:

  • (Integer)


4088
4089
4090
4091
4092
4093
4094
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4088

class SearchProfilesResponse < Struct.new(
  :profiles,
  :next_token,
  :total_count)
  SENSITIVE = []
  include Aws::Structure
end