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.
10434 10435 10436 |
# File 'sig/types.rbs', line 10434 def ipam_internet_registry_association_asns @ipam_internet_registry_association_asns end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10433 10434 10435 |
# File 'sig/types.rbs', line 10433 def next_token @next_token end |