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.
12567 12568 12569 |
# File 'sig/types.rbs', line 12567 def asn @asn end |
#last_observed_at ⇒ ::Time
Returns the value of attribute last_observed_at.
12568 12569 12570 |
# File 'sig/types.rbs', line 12568 def last_observed_at @last_observed_at end |