Class: Aws::Types::DescribeIpRestrictionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIpRestrictionResponse
- 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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#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.
4833 4834 4835 |
# File 'sig/types.rbs', line 4833 def aws_account_id @aws_account_id end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
4837 4838 4839 |
# File 'sig/types.rbs', line 4837 def enabled @enabled end |
#ip_restriction_rule_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute ip_restriction_rule_map.
4834 4835 4836 |
# File 'sig/types.rbs', line 4834 def ip_restriction_rule_map @ip_restriction_rule_map end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4838 4839 4840 |
# File 'sig/types.rbs', line 4838 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4839 4840 4841 |
# File 'sig/types.rbs', line 4839 def status @status end |
#vpc_endpoint_id_restriction_rule_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute vpc_endpoint_id_restriction_rule_map.
4836 4837 4838 |
# File 'sig/types.rbs', line 4836 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.
4835 4836 4837 |
# File 'sig/types.rbs', line 4835 def vpc_id_restriction_rule_map @vpc_id_restriction_rule_map end |