Class: Aws::Types::AddPolicyStatementInput
- Inherits:
-
Object
- Object
- Aws::Types::AddPolicyStatementInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::Array[::String]
Returns the value of attribute action.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#condition ⇒ ::String
Returns the value of attribute condition.
-
#effect ⇒ "Allow", "Deny"
Returns the value of attribute effect.
-
#principal ⇒ ::Array[::String]
Returns the value of attribute principal.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#action ⇒ ::Array[::String]
Returns the value of attribute action.
20 21 22 |
# File 'sig/types.rbs', line 20 def action @action end |
#arn ⇒ ::String
Returns the value of attribute arn.
17 18 19 |
# File 'sig/types.rbs', line 17 def arn @arn end |
#condition ⇒ ::String
Returns the value of attribute condition.
22 23 24 |
# File 'sig/types.rbs', line 22 def condition @condition end |
#effect ⇒ "Allow", "Deny"
Returns the value of attribute effect.
19 20 21 |
# File 'sig/types.rbs', line 19 def effect @effect end |
#principal ⇒ ::Array[::String]
Returns the value of attribute principal.
21 22 23 |
# File 'sig/types.rbs', line 21 def principal @principal end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def statement_id @statement_id end |