Class: Aws::Types::ModifyIpamPrefixListResolverRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIpamPrefixListResolverRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
-
#rules ⇒ ::Array[Types::IpamPrefixListResolverRuleRequest]
Returns the value of attribute rules.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
13632 13633 13634 |
# File 'sig/types.rbs', line 13632 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13630 13631 13632 |
# File 'sig/types.rbs', line 13630 def dry_run @dry_run end |
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
13631 13632 13633 |
# File 'sig/types.rbs', line 13631 def ipam_prefix_list_resolver_id @ipam_prefix_list_resolver_id end |
#rules ⇒ ::Array[Types::IpamPrefixListResolverRuleRequest]
Returns the value of attribute rules.
13633 13634 13635 |
# File 'sig/types.rbs', line 13633 def rules @rules end |