Class: Aws::Types::GetMigrationWorkflowTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMigrationWorkflowTemplateResponse
- 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.
-
#inputs ⇒ ::Array[Types::TemplateInput]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_class ⇒ ::String
Returns the value of attribute template_class.
-
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
186 187 188 |
# File 'sig/types.rbs', line 186 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
183 184 185 |
# File 'sig/types.rbs', line 183 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
180 181 182 |
# File 'sig/types.rbs', line 180 def id @id end |
#inputs ⇒ ::Array[Types::TemplateInput]
Returns the value of attribute inputs.
184 185 186 |
# File 'sig/types.rbs', line 184 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
182 183 184 |
# File 'sig/types.rbs', line 182 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
187 188 189 |
# File 'sig/types.rbs', line 187 def owner @owner end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
188 189 190 |
# File 'sig/types.rbs', line 188 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
189 190 191 |
# File 'sig/types.rbs', line 189 def end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
191 192 193 |
# File 'sig/types.rbs', line 191 def end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
181 182 183 |
# File 'sig/types.rbs', line 181 def template_arn @template_arn end |
#template_class ⇒ ::String
Returns the value of attribute template_class.
190 191 192 |
# File 'sig/types.rbs', line 190 def template_class @template_class end |
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
185 186 187 |
# File 'sig/types.rbs', line 185 def tools @tools end |