Class: Aws::Types::GetTemplateStepGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTemplateStepGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next ⇒ ::Array[::String]
Returns the value of attribute next.
-
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
-
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
207 208 209 |
# File 'sig/types.rbs', line 207 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
205 206 207 |
# File 'sig/types.rbs', line 205 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
203 204 205 |
# File 'sig/types.rbs', line 203 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
208 209 210 |
# File 'sig/types.rbs', line 208 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
204 205 206 |
# File 'sig/types.rbs', line 204 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
211 212 213 |
# File 'sig/types.rbs', line 211 def next @next end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
210 211 212 |
# File 'sig/types.rbs', line 210 def previous @previous end |
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
206 207 208 |
# File 'sig/types.rbs', line 206 def status @status end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
202 203 204 |
# File 'sig/types.rbs', line 202 def template_id @template_id end |
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
209 210 211 |
# File 'sig/types.rbs', line 209 def tools @tools end |