Class: Aws::EC2::Types::PrefixListEntry

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

Overview

Describes a prefix list entry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The CIDR block.

Returns:

  • (String)


53698
53699
53700
53701
53702
53703
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53698

class PrefixListEntry < Struct.new(
  :cidr,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description.

Returns:

  • (String)


53698
53699
53700
53701
53702
53703
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53698

class PrefixListEntry < Struct.new(
  :cidr,
  :description)
  SENSITIVE = []
  include Aws::Structure
end