Class: Aws::ChimeSDKVoice::Types::ListVoiceProfileDomainsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::ListVoiceProfileDomainsRequest
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token used to return the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call.
1993 1994 1995 1996 1997 1998 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1993 class ListVoiceProfileDomainsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to return the next page of results.
1993 1994 1995 1996 1997 1998 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1993 class ListVoiceProfileDomainsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |