Class: Aws::Types::DescribeIpamResourceDiscoveryAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIpamResourceDiscoveryAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_resource_discovery_associations ⇒ ::Array[Types::IpamResourceDiscoveryAssociation]
Returns the value of attribute ipam_resource_discovery_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_resource_discovery_associations ⇒ ::Array[Types::IpamResourceDiscoveryAssociation]
Returns the value of attribute ipam_resource_discovery_associations.
6496 6497 6498 |
# File 'sig/types.rbs', line 6496 def ipam_resource_discovery_associations @ipam_resource_discovery_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6497 6498 6499 |
# File 'sig/types.rbs', line 6497 def next_token @next_token end |