Class: Aws::AlexaForBusiness::Types::SearchProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SearchProfilesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token returned to indicate that there is more data available.
-
#profiles ⇒ Array<Types::ProfileData>
The profiles that meet the specified set of filter criteria, in sort order.
-
#total_count ⇒ Integer
The total number of room profiles returned.
Instance Attribute Details
#next_token ⇒ String
The token returned to indicate that there is more data available.
4088 4089 4090 4091 4092 4093 4094 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4088 class SearchProfilesResponse < Struct.new( :profiles, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#profiles ⇒ Array<Types::ProfileData>
The profiles that meet the specified set of filter criteria, in sort order.
4088 4089 4090 4091 4092 4093 4094 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4088 class SearchProfilesResponse < Struct.new( :profiles, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of room profiles returned.
4088 4089 4090 4091 4092 4093 4094 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4088 class SearchProfilesResponse < Struct.new( :profiles, :next_token, :total_count) SENSITIVE = [] include Aws::Structure end |