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.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def http_inputs @http_inputs end |
#https_inputs ⇒ "ALLOWED", "DISALLOWED"
Returns the value of attribute https_inputs.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def https_inputs @https_inputs end |
#s3_inputs ⇒ "ALLOWED", "DISALLOWED"
Returns the value of attribute s3_inputs.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def s3_inputs @s3_inputs end |