Class: Aws::VPCLattice::Types::ListResourceGatewaysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListResourceGatewaysResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ResourceGatewaySummary>
Information about the resource gateways.
-
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::ResourceGatewaySummary>
Information about the resource gateways.
3066 3067 3068 3069 3070 3071 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3066 class ListResourceGatewaysResponse < 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.
3066 3067 3068 3069 3070 3071 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3066 class ListResourceGatewaysResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |