Class: Aws::Types::ActionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ActionSummary
- 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.
-
#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.
29 30 31 |
# File 'sig/types.rbs', line 29 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
30 31 32 |
# File 'sig/types.rbs', line 30 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
28 29 30 |
# File 'sig/types.rbs', line 28 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
32 33 34 |
# File 'sig/types.rbs', line 32 def @tags end |
#targets ⇒ ::Hash[::String, Types::ActionTarget]
Returns the value of attribute targets.
31 32 33 |
# File 'sig/types.rbs', line 31 def targets @targets end |