Class: Aws::Types::CreateActionTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateActionTargetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
5095 5096 5097 |
# File 'sig/types.rbs', line 5095 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
5096 5097 5098 |
# File 'sig/types.rbs', line 5096 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
5094 5095 5096 |
# File 'sig/types.rbs', line 5094 def name @name end |