Class: Aws::Types::DescribeIpamInternetRegistryAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIpamInternetRegistryAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_internet_registry_associations ⇒ ::Array[Types::IpamInternetRegistryAssociation]
Returns the value of attribute ipam_internet_registry_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_internet_registry_associations ⇒ ::Array[Types::IpamInternetRegistryAssociation]
Returns the value of attribute ipam_internet_registry_associations.
6481 6482 6483 |
# File 'sig/types.rbs', line 6481 def ipam_internet_registry_associations @ipam_internet_registry_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6480 6481 6482 |
# File 'sig/types.rbs', line 6480 def next_token @next_token end |