Class: Aws::Types::IpamInternetRegistryAssociationAsn
- Inherits:
-
Object
- Object
- Aws::Types::IpamInternetRegistryAssociationAsn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ ::String
Returns the value of attribute asn.
-
#last_observed_at ⇒ ::Time
Returns the value of attribute last_observed_at.
Instance Attribute Details
#asn ⇒ ::String
Returns the value of attribute asn.
12573 12574 12575 |
# File 'sig/types.rbs', line 12573 def asn @asn end |
#last_observed_at ⇒ ::Time
Returns the value of attribute last_observed_at.
12574 12575 12576 |
# File 'sig/types.rbs', line 12574 def last_observed_at @last_observed_at end |