Class: Aws::Types::UpdateIpRestrictionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIpRestrictionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#ip_restriction_rule_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute ip_restriction_rule_map.
-
#vpc_endpoint_id_restriction_rule_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute vpc_endpoint_id_restriction_rule_map.
-
#vpc_id_restriction_rule_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute vpc_id_restriction_rule_map.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12349 12350 12351 |
# File 'sig/types.rbs', line 12349 def aws_account_id @aws_account_id end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
12353 12354 12355 |
# File 'sig/types.rbs', line 12353 def enabled @enabled end |
#ip_restriction_rule_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute ip_restriction_rule_map.
12350 12351 12352 |
# File 'sig/types.rbs', line 12350 def ip_restriction_rule_map @ip_restriction_rule_map end |
#vpc_endpoint_id_restriction_rule_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute vpc_endpoint_id_restriction_rule_map.
12352 12353 12354 |
# File 'sig/types.rbs', line 12352 def vpc_endpoint_id_restriction_rule_map @vpc_endpoint_id_restriction_rule_map end |
#vpc_id_restriction_rule_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute vpc_id_restriction_rule_map.
12351 12352 12353 |
# File 'sig/types.rbs', line 12351 def vpc_id_restriction_rule_map @vpc_id_restriction_rule_map end |