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.
780 781 782 |
# File 'sig/types.rbs', line 780 def actions @actions end |
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
779 780 781 |
# File 'sig/types.rbs', line 779 def principals @principals end |