Class: Aws::Types::IpamPrefixListResolverRuleConditionRequest
- Inherits:
-
Object
- Object
- Aws::Types::IpamPrefixListResolverRuleConditionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#operation ⇒ "equals", ...
Returns the value of attribute operation.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
-
#resource_tag ⇒ Types::RequestIpamResourceTag
Returns the value of attribute resource_tag.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
12476 12477 12478 |
# File 'sig/types.rbs', line 12476 def cidr @cidr end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
12471 12472 12473 |
# File 'sig/types.rbs', line 12471 def ipam_pool_id @ipam_pool_id end |
#operation ⇒ "equals", ...
Returns the value of attribute operation.
12470 12471 12472 |
# File 'sig/types.rbs', line 12470 def operation @operation end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12472 12473 12474 |
# File 'sig/types.rbs', line 12472 def resource_id @resource_id end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
12473 12474 12475 |
# File 'sig/types.rbs', line 12473 def resource_owner @resource_owner end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12474 12475 12476 |
# File 'sig/types.rbs', line 12474 def resource_region @resource_region end |
#resource_tag ⇒ Types::RequestIpamResourceTag
Returns the value of attribute resource_tag.
12475 12476 12477 |
# File 'sig/types.rbs', line 12475 def resource_tag @resource_tag end |