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.
14256 14257 14258 |
# File 'sig/types.rbs', line 14256 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14254 14255 14256 |
# File 'sig/types.rbs', line 14254 def dry_run @dry_run end |
#ipam_prefix_list_resolver_id ⇒ ::String
Returns the value of attribute ipam_prefix_list_resolver_id.
14255 14256 14257 |
# File 'sig/types.rbs', line 14255 def ipam_prefix_list_resolver_id @ipam_prefix_list_resolver_id end |
#rules ⇒ ::Array[Types::IpamPrefixListResolverRuleRequest]
Returns the value of attribute rules.
14257 14258 14259 |
# File 'sig/types.rbs', line 14257 def rules @rules end |