Class: Aws::Types::IpamPrefixListResolverRuleCondition
- Inherits:
-
Object
- Object
- Aws::Types::IpamPrefixListResolverRuleCondition
- 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::IpamResourceTag
Returns the value of attribute resource_tag.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
12465 12466 12467 |
# File 'sig/types.rbs', line 12465 def cidr @cidr end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
12460 12461 12462 |
# File 'sig/types.rbs', line 12460 def ipam_pool_id @ipam_pool_id end |
#operation ⇒ "equals", ...
Returns the value of attribute operation.
12459 12460 12461 |
# File 'sig/types.rbs', line 12459 def operation @operation end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12461 12462 12463 |
# File 'sig/types.rbs', line 12461 def resource_id @resource_id end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
12462 12463 12464 |
# File 'sig/types.rbs', line 12462 def resource_owner @resource_owner end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12463 12464 12465 |
# File 'sig/types.rbs', line 12463 def resource_region @resource_region end |
#resource_tag ⇒ Types::IpamResourceTag
Returns the value of attribute resource_tag.
12464 12465 12466 |
# File 'sig/types.rbs', line 12464 def resource_tag @resource_tag end |