Class: Aws::EC2::Types::RemovePrefixListEntry

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

Overview

An entry for a prefix list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The CIDR block.

Returns:

  • (String)


54809
54810
54811
54812
54813
# File 'lib/aws-sdk-ec2/types.rb', line 54809

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