Class: Aws::EC2::Types::PrefixList

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

Overview

Describes prefixes for Amazon Web Services services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrsArray<String>

The IP address range of the Amazon Web Service.

Returns:

  • (Array<String>)


53790
53791
53792
53793
53794
53795
53796
# File 'lib/aws-sdk-ec2/types.rb', line 53790

class PrefixList < Struct.new(
  :cidrs,
  :prefix_list_id,
  :prefix_list_name)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_list_idString

The ID of the prefix.

Returns:

  • (String)


53790
53791
53792
53793
53794
53795
53796
# File 'lib/aws-sdk-ec2/types.rb', line 53790

class PrefixList < Struct.new(
  :cidrs,
  :prefix_list_id,
  :prefix_list_name)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_list_nameString

The name of the prefix.

Returns:

  • (String)


53790
53791
53792
53793
53794
53795
53796
# File 'lib/aws-sdk-ec2/types.rb', line 53790

class PrefixList < Struct.new(
  :cidrs,
  :prefix_list_id,
  :prefix_list_name)
  SENSITIVE = []
  include Aws::Structure
end