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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


55590
55591
55592
55593
55594
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55590

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