Class: Aws::Types::IpamPrefixListResolverRule
- Inherits:
-
Object
- Object
- Aws::Types::IpamPrefixListResolverRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditions ⇒ ::Array[Types::IpamPrefixListResolverRuleCondition]
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::IpamPrefixListResolverRuleCondition]
Returns the value of attribute conditions.
12720 12721 12722 |
# File 'sig/types.rbs', line 12720 def conditions @conditions end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
12718 12719 12720 |
# File 'sig/types.rbs', line 12718 def ipam_scope_id @ipam_scope_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
12719 12720 12721 |
# File 'sig/types.rbs', line 12719 def resource_type @resource_type end |
#rule_type ⇒ "static-cidr", ...
Returns the value of attribute rule_type.
12716 12717 12718 |
# File 'sig/types.rbs', line 12716 def rule_type @rule_type end |
#static_cidr ⇒ ::String
Returns the value of attribute static_cidr.
12717 12718 12719 |
# File 'sig/types.rbs', line 12717 def static_cidr @static_cidr end |