Class: Aws::EC2::Types::IpamInternetRegistryAssociationCidr

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

Overview

Contains information about an IP address CIDR registered at an internet registry and associated with an IPAM.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The IP address prefix in CIDR notation.

Returns:

  • (String)


58059
58060
58061
58062
58063
58064
# File 'lib/aws-sdk-ec2/types.rb', line 58059

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

#last_observed_atTime

The time when the CIDR was last observed at the internet registry.

Returns:

  • (Time)


58059
58060
58061
58062
58063
58064
# File 'lib/aws-sdk-ec2/types.rb', line 58059

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