Class: Aws::Types::IamPolicyConstraints
- Inherits:
-
Object
- Object
- Aws::Types::IamPolicyConstraints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_ip ⇒ "Enabled", "Disabled"
Returns the value of attribute source_ip.
-
#vpc_source_ip ⇒ "Enabled", "Disabled"
Returns the value of attribute vpc_source_ip.
Instance Attribute Details
#source_ip ⇒ "Enabled", "Disabled"
Returns the value of attribute source_ip.
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.
6430 6431 6432 |
# File 'sig/types.rbs', line 6430 def vpc_source_ip @vpc_source_ip end |