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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#asnString

The Autonomous System Number.

Returns:

  • (String)


58051
58052
58053
58054
58055
58056
# File 'lib/aws-sdk-ec2/types.rb', line 58051

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

#last_observed_atTime

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

Returns:

  • (Time)


58051
58052
58053
58054
58055
58056
# File 'lib/aws-sdk-ec2/types.rb', line 58051

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