Class: Aws::EC2::Types::RemovePrefixListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RemovePrefixListEntry
- 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
-
#cidr ⇒ String
The CIDR block.
Instance Attribute Details
#cidr ⇒ String
The CIDR block.
59903 59904 59905 59906 59907 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59903 class RemovePrefixListEntry < Struct.new( :cidr) SENSITIVE = [] include Aws::Structure end |