Class: Aws::Types::PolicyToPath
- Inherits:
-
Object
- Object
- Aws::Types::PolicyToPath
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path ⇒ ::String
Returns the value of attribute path.
-
#policies ⇒ ::Array[Types::PolicyAttachment]
Returns the value of attribute policies.
Instance Attribute Details
#path ⇒ ::String
Returns the value of attribute path.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def path @path end |
#policies ⇒ ::Array[Types::PolicyAttachment]
Returns the value of attribute policies.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def policies @policies end |