Class: Aws::Types::UpdateIpRestrictionRequest

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)


12791
12792
12793
# File 'sig/types.rbs', line 12791

def 
  @aws_account_id
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


12795
12796
12797
# File 'sig/types.rbs', line 12795

def enabled
  @enabled
end

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

Returns the value of attribute ip_restriction_rule_map.

Returns:

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


12792
12793
12794
# File 'sig/types.rbs', line 12792

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.

Returns:

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


12794
12795
12796
# File 'sig/types.rbs', line 12794

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])


12793
12794
12795
# File 'sig/types.rbs', line 12793

def vpc_id_restriction_rule_map
  @vpc_id_restriction_rule_map
end