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.
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.
6434 6435 6436 |
# File 'sig/types.rbs', line 6434 def vpc_source_ip @vpc_source_ip end |