Class: Aws::Types::GetIpamInternetRegistryAssociationAsnsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamInternetRegistryAssociationAsnsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_internet_registry_association_asns ⇒ ::Array[Types::IpamInternetRegistryAssociationAsn]
Returns the value of attribute ipam_internet_registry_association_asns.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_internet_registry_association_asns ⇒ ::Array[Types::IpamInternetRegistryAssociationAsn]
Returns the value of attribute ipam_internet_registry_association_asns.
10428 10429 10430 |
# File 'sig/types.rbs', line 10428 def ipam_internet_registry_association_asns @ipam_internet_registry_association_asns end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10427 10428 10429 |
# File 'sig/types.rbs', line 10427 def next_token @next_token end |