Class: Aws::Types::Action
- Inherits:
-
Object
- Object
- Aws::Types::Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
19 20 21 |
# File 'sig/types.rbs', line 19 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
18 19 20 |
# File 'sig/types.rbs', line 18 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
21 22 23 |
# File 'sig/types.rbs', line 21 def role_arn @role_arn end |
#uri ⇒ ::String
Returns the value of attribute uri.
20 21 22 |
# File 'sig/types.rbs', line 20 def uri @uri end |