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)


55698
55699
55700
55701
55702
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55698

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