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.
6313 6314 6315 |
# File 'sig/types.rbs', line 6313 def ipam_resource_discovery_associations @ipam_resource_discovery_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6314 6315 6316 |
# File 'sig/types.rbs', line 6314 def next_token @next_token end |