Class: Aws::Types::Policy
- Inherits:
-
Object
- Object
- Aws::Types::Policy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_inputs ⇒ "ALLOWED", "DISALLOWED"
Returns the value of attribute http_inputs.
-
#https_inputs ⇒ "ALLOWED", "DISALLOWED"
Returns the value of attribute https_inputs.
-
#s3_inputs ⇒ "ALLOWED", "DISALLOWED"
Returns the value of attribute s3_inputs.
Instance Attribute Details
#http_inputs ⇒ "ALLOWED", "DISALLOWED"
Returns the value of attribute http_inputs.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def http_inputs @http_inputs end |
#https_inputs ⇒ "ALLOWED", "DISALLOWED"
Returns the value of attribute https_inputs.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def https_inputs @https_inputs end |
#s3_inputs ⇒ "ALLOWED", "DISALLOWED"
Returns the value of attribute s3_inputs.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def s3_inputs @s3_inputs end |