Class: Aws::Types::DescribeIpamPrefixListResolverTargetsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIpamPrefixListResolverTargetsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_prefix_list_resolver_targets ⇒ ::Array[Types::IpamPrefixListResolverTarget]
Returns the value of attribute ipam_prefix_list_resolver_targets.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_prefix_list_resolver_targets ⇒ ::Array[Types::IpamPrefixListResolverTarget]
Returns the value of attribute ipam_prefix_list_resolver_targets.
6269 6270 6271 |
# File 'sig/types.rbs', line 6269 def ipam_prefix_list_resolver_targets @ipam_prefix_list_resolver_targets end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6268 6269 6270 |
# File 'sig/types.rbs', line 6268 def next_token @next_token end |