Class: Aws::EC2::Types::IpamInternetRegistryAssociationCidr
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamInternetRegistryAssociationCidr
- 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
-
#cidr ⇒ String
The IP address prefix in CIDR notation.
-
#last_observed_at ⇒ Time
The time when the CIDR was last observed at the internet registry.
Instance Attribute Details
#cidr ⇒ String
The IP address prefix in CIDR notation.
58050 58051 58052 58053 58054 58055 |
# File 'lib/aws-sdk-ec2/types.rb', line 58050 class IpamInternetRegistryAssociationCidr < Struct.new( :cidr, :last_observed_at) SENSITIVE = [] include Aws::Structure end |
#last_observed_at ⇒ Time
The time when the CIDR was last observed at the internet registry.
58050 58051 58052 58053 58054 58055 |
# File 'lib/aws-sdk-ec2/types.rb', line 58050 class IpamInternetRegistryAssociationCidr < Struct.new( :cidr, :last_observed_at) SENSITIVE = [] include Aws::Structure end |