Class: Aws::EC2::Types::DescribePrefixListsResult

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

Overview

Contains the output of DescribePrefixLists.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


8339
8340
8341
8342
8343
# File 'lib/aws-sdk-ec2/types.rb', line 8339

class DescribePrefixListsResult < Struct.new(
  :next_token,
  :prefix_lists)
  include Aws::Structure
end

#prefix_listsArray<Types::PrefixList>

All available prefix lists.

Returns:



8339
8340
8341
8342
8343
# File 'lib/aws-sdk-ec2/types.rb', line 8339

class DescribePrefixListsResult < Struct.new(
  :next_token,
  :prefix_lists)
  include Aws::Structure
end