Class: Aws::VPCLattice::Types::ListResourceConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ListResourceConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ResourceConfigurationSummary>
Information about the resource configurations.
-
#next_token ⇒ String
If there are additional results, a pagination token for the next page of results.
Instance Attribute Details
#items ⇒ Array<Types::ResourceConfigurationSummary>
Information about the resource configurations.
2974 2975 2976 2977 2978 2979 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2974 class ListResourceConfigurationsResponse < 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.
2974 2975 2976 2977 2978 2979 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2974 class ListResourceConfigurationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |