Class: Aws::Types::AssetBundleResourcePermissions
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleResourcePermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
-
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
Instance Attribute Details
#actions ⇒ ::Array[::String]
Returns the value of attribute actions.
721 722 723 |
# File 'sig/types.rbs', line 721 def actions @actions end |
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
720 721 722 |
# File 'sig/types.rbs', line 720 def principals @principals end |