Class: Aws::VPCLattice::Types::ListDomainVerificationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListDomainVerificationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::DomainVerificationSummary>
Information about the domain verifications.
-
#next_token ⇒ String
A pagination token for the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::DomainVerificationSummary>
Information about the domain verifications.
3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3282 class ListDomainVerificationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token for the next page of results.
3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3282 class ListDomainVerificationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |