Class: Aws::VPCLattice::Types::ListResourceConfigurationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<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_tokenString

If there are additional results, a pagination token for the next page of results.

Returns:

  • (String)


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