Class: Aws::Types::GetTemplateStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTemplateStepRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
216 217 218 |
# File 'sig/types.rbs', line 216 def id @id end |
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def step_group_id @step_group_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def template_id @template_id end |