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

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

Overview

Describes prefixes for AWS services.

Instance Attribute Summary collapse

Instance Attribute Details

#cidrsArray<String>

The IP address range of the AWS service.

Returns:

  • (Array<String>)


28028
28029
28030
28031
28032
28033
# File 'lib/aws-sdk-ec2/types.rb', line 28028

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

#prefix_list_idString

The ID of the prefix.

Returns:

  • (String)


28028
28029
28030
28031
28032
28033
# File 'lib/aws-sdk-ec2/types.rb', line 28028

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

#prefix_list_nameString

The name of the prefix.

Returns:

  • (String)


28028
28029
28030
28031
28032
28033
# File 'lib/aws-sdk-ec2/types.rb', line 28028

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