Class: Aws::EC2::Types::IpamInternetRegistryAssociationAsn
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamInternetRegistryAssociationAsn
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains information about an Autonomous System Number (ASN) registered at an internet registry and associated with an IPAM.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asn ⇒ String
The Autonomous System Number.
-
#last_observed_at ⇒ Time
The time when the ASN was last observed at the internet registry.
Instance Attribute Details
#asn ⇒ String
The Autonomous System Number.
58030 58031 58032 58033 58034 58035 |
# File 'lib/aws-sdk-ec2/types.rb', line 58030 class IpamInternetRegistryAssociationAsn < Struct.new( :asn, :last_observed_at) SENSITIVE = [] include Aws::Structure end |
#last_observed_at ⇒ Time
The time when the ASN was last observed at the internet registry.
58030 58031 58032 58033 58034 58035 |
# File 'lib/aws-sdk-ec2/types.rb', line 58030 class IpamInternetRegistryAssociationAsn < Struct.new( :asn, :last_observed_at) SENSITIVE = [] include Aws::Structure end |