Class: Aws::VPCLattice::Types::ListServicesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListServicesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ServiceSummary>
Information about the services.
-
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::ServiceSummary>
Information about the services.
2303 2304 2305 2306 2307 2308 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2303 class ListServicesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
2303 2304 2305 2306 2307 2308 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2303 class ListServicesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |