Class: Aws::Types::IpamPrefixListResolverRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::IpamPrefixListResolverRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditions ⇒ ::Array[Types::IpamPrefixListResolverRuleConditionRequest]
Returns the value of attribute conditions.
-
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
-
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
-
#rule_type ⇒ "static-cidr", ...
Returns the value of attribute rule_type.
-
#static_cidr ⇒ ::String
Returns the value of attribute static_cidr.
Instance Attribute Details
#conditions ⇒ ::Array[Types::IpamPrefixListResolverRuleConditionRequest]
Returns the value of attribute conditions.
12214 12215 12216 |
# File 'sig/types.rbs', line 12214 def conditions @conditions end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
12212 12213 12214 |
# File 'sig/types.rbs', line 12212 def ipam_scope_id @ipam_scope_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
12213 12214 12215 |
# File 'sig/types.rbs', line 12213 def resource_type @resource_type end |
#rule_type ⇒ "static-cidr", ...
Returns the value of attribute rule_type.
12210 12211 12212 |
# File 'sig/types.rbs', line 12210 def rule_type @rule_type end |
#static_cidr ⇒ ::String
Returns the value of attribute static_cidr.
12211 12212 12213 |
# File 'sig/types.rbs', line 12211 def static_cidr @static_cidr end |