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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


23208
23209
23210
23211
23212
23213
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23208

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

#prefix_listsArray<Types::PrefixList>

All available prefix lists.

Returns:



23208
23209
23210
23211
23212
23213
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23208

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