Class: Aws::Types::Action
- Inherits:
-
Object
- Object
- Aws::Types::Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#parameters ⇒ ::Hash[::String, Types::ActionParameter]
Returns the value of attribute parameters.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#targets ⇒ ::Hash[::String, Types::ActionTarget]
Returns the value of attribute targets.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
13 14 15 |
# File 'sig/types.rbs', line 13 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
14 15 16 |
# File 'sig/types.rbs', line 14 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
12 13 14 |
# File 'sig/types.rbs', line 12 def id @id end |
#parameters ⇒ ::Hash[::String, Types::ActionParameter]
Returns the value of attribute parameters.
15 16 17 |
# File 'sig/types.rbs', line 15 def parameters @parameters end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
17 18 19 |
# File 'sig/types.rbs', line 17 def @tags end |
#targets ⇒ ::Hash[::String, Types::ActionTarget]
Returns the value of attribute targets.
16 17 18 |
# File 'sig/types.rbs', line 16 def targets @targets end |