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.
12205 12206 12207 |
# File 'sig/types.rbs', line 12205 def cidr @cidr end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
12200 12201 12202 |
# File 'sig/types.rbs', line 12200 def ipam_pool_id @ipam_pool_id end |
#operation ⇒ "equals", ...
Returns the value of attribute operation.
12199 12200 12201 |
# File 'sig/types.rbs', line 12199 def operation @operation end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12201 12202 12203 |
# File 'sig/types.rbs', line 12201 def resource_id @resource_id end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
12202 12203 12204 |
# File 'sig/types.rbs', line 12202 def resource_owner @resource_owner end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12203 12204 12205 |
# File 'sig/types.rbs', line 12203 def resource_region @resource_region end |
#resource_tag ⇒ Types::RequestIpamResourceTag
Returns the value of attribute resource_tag.
12204 12205 12206 |
# File 'sig/types.rbs', line 12204 def resource_tag @resource_tag end |