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.
12745 12746 12747 |
# File 'sig/types.rbs', line 12745 def conditions @conditions end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
12743 12744 12745 |
# File 'sig/types.rbs', line 12743 def ipam_scope_id @ipam_scope_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
12744 12745 12746 |
# File 'sig/types.rbs', line 12744 def resource_type @resource_type end |
#rule_type ⇒ "static-cidr", ...
Returns the value of attribute rule_type.
12741 12742 12743 |
# File 'sig/types.rbs', line 12741 def rule_type @rule_type end |
#static_cidr ⇒ ::String
Returns the value of attribute static_cidr.
12742 12743 12744 |
# File 'sig/types.rbs', line 12742 def static_cidr @static_cidr end |