Class: Aws::EC2::Types::IpamInternetRegistryAssociationAsn

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

Instance Attribute Details

#asn ⇒ String

The Autonomous System Number.

Returns:

  • (String)


58522
58523
58524
58525
58526
58527
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58522

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.

Returns:

  • (Time)


58522
58523
58524
58525
58526
58527
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58522

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