Class: Aws::Types::DescribeIpRestrictionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


5055
5056
5057
# File 'sig/types.rbs', line 5055

def 
  @aws_account_id
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


5059
5060
5061
# File 'sig/types.rbs', line 5059

def enabled
  @enabled
end

#ip_restriction_rule_map::Hash[::String, ::String]

Returns the value of attribute ip_restriction_rule_map.

Returns:

  • (::Hash[::String, ::String])


5056
5057
5058
# File 'sig/types.rbs', line 5056

def ip_restriction_rule_map
  @ip_restriction_rule_map
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5060
5061
5062
# File 'sig/types.rbs', line 5060

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5061
5062
5063
# File 'sig/types.rbs', line 5061

def status
  @status
end

#vpc_endpoint_id_restriction_rule_map::Hash[::String, ::String]

Returns the value of attribute vpc_endpoint_id_restriction_rule_map.

Returns:

  • (::Hash[::String, ::String])


5058
5059
5060
# File 'sig/types.rbs', line 5058

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.

Returns:

  • (::Hash[::String, ::String])


5057
5058
5059
# File 'sig/types.rbs', line 5057

def vpc_id_restriction_rule_map
  @vpc_id_restriction_rule_map
end