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.
6473 6474 6475 |
# File 'sig/types.rbs', line 6473 def source_ip @source_ip end |
#vpc_source_ip ⇒ "Enabled", "Disabled"
Returns the value of attribute vpc_source_ip.
6474 6475 6476 |
# File 'sig/types.rbs', line 6474 def vpc_source_ip @vpc_source_ip end |