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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


52977
52978
52979
52980
52981
52982
# File 'lib/aws-sdk-ec2/types.rb', line 52977

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

#descriptionString

The description.

Returns:

  • (String)


52977
52978
52979
52980
52981
52982
# File 'lib/aws-sdk-ec2/types.rb', line 52977

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