Class: Aws::Types::AuthInfo
- Inherits:
-
Object
- Object
- Aws::Types::AuthInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type ⇒ "PUBLISH", ...
Returns the value of attribute action_type.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
Instance Attribute Details
#action_type ⇒ "PUBLISH", ...
Returns the value of attribute action_type.
290 291 292 |
# File 'sig/types.rbs', line 290 def action_type @action_type end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
291 292 293 |
# File 'sig/types.rbs', line 291 def resources @resources end |