Class: Aws::Types::ApplicationPolicyStatement
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationPolicyStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#principal_org_i_ds ⇒ ::Array[::String]
Returns the value of attribute principal_org_i_ds.
-
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
-
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
52 53 54 |
# File 'sig/types.rbs', line 52 def actions @actions end |
#principal_org_i_ds ⇒ ::Array[::String]
Returns the value of attribute principal_org_i_ds.
53 54 55 |
# File 'sig/types.rbs', line 53 def principal_org_i_ds @principal_org_i_ds end |
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
54 55 56 |
# File 'sig/types.rbs', line 54 def principals @principals end |
#statement_id ⇒ ::String
Returns the value of attribute statement_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def statement_id @statement_id end |