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


6429
6430
6431
# File 'sig/types.rbs', line 6429

def source_ip
  @source_ip
end

#vpc_source_ip"Enabled", "Disabled"

Returns the value of attribute vpc_source_ip.

Returns:

  • ("Enabled", "Disabled")


6430
6431
6432
# File 'sig/types.rbs', line 6430

def vpc_source_ip
  @vpc_source_ip
end