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.
12194 12195 12196 |
# File 'sig/types.rbs', line 12194 def cidr @cidr end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
12189 12190 12191 |
# File 'sig/types.rbs', line 12189 def ipam_pool_id @ipam_pool_id end |
#operation ⇒ "equals", ...
Returns the value of attribute operation.
12188 12189 12190 |
# File 'sig/types.rbs', line 12188 def operation @operation end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
12190 12191 12192 |
# File 'sig/types.rbs', line 12190 def resource_id @resource_id end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
12191 12192 12193 |
# File 'sig/types.rbs', line 12191 def resource_owner @resource_owner end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
12192 12193 12194 |
# File 'sig/types.rbs', line 12192 def resource_region @resource_region end |
#resource_tag ⇒ Types::IpamResourceTag
Returns the value of attribute resource_tag.
12193 12194 12195 |
# File 'sig/types.rbs', line 12193 def resource_tag @resource_tag end |