Class: Aws::Types::IamPolicyConstraints

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_ip"Enabled", "Disabled"

Returns the value of attribute source_ip.

Returns:

  • ("Enabled", "Disabled")


6433
6434
6435
# File 'sig/types.rbs', line 6433

def source_ip
  @source_ip
end

#vpc_source_ip"Enabled", "Disabled"

Returns the value of attribute vpc_source_ip.

Returns:

  • ("Enabled", "Disabled")


6434
6435
6436
# File 'sig/types.rbs', line 6434

def vpc_source_ip
  @vpc_source_ip
end