Class: Aws::EC2::Types::IpamPrefixListResolverVersionEntry

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

Overview

Describes a CIDR entry in a specific version of an IPAM prefix list resolver. This represents a CIDR that was selected and synchronized at a particular point in time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The CIDR block that was selected and synchronized in this resolver version.

Returns:

  • (String)


52373
52374
52375
52376
52377
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52373

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