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.
14250 14251 14252 |
# File 'sig/types.rbs', line 14250 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14248 14249 14250 |
# File 'sig/types.rbs', line 14248 def dry_run @dry_run end |
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
14249 14250 14251 |
# File 'sig/types.rbs', line 14249 def ipam_prefix_list_resolver_id @ipam_prefix_list_resolver_id end |
#rules ⇒ ::Array[Types::IpamPrefixListResolverRuleRequest]
Returns the value of attribute rules.
14251 14252 14253 |
# File 'sig/types.rbs', line 14251 def rules @rules end |