Class: Aws::VPCLattice::Types::ListDomainVerificationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListDomainVerificationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A pagination token for the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
3265 3266 3267 3268 3269 3270 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3265 class ListDomainVerificationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
3265 3266 3267 3268 3269 3270 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3265 class ListDomainVerificationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |