Class: Aws::Types::GetMigrationWorkflowTemplateResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


186
187
188
# File 'sig/types.rbs', line 186

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def id
  @id
end

#inputs::Array[Types::TemplateInput]

Returns the value of attribute inputs.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def owner
  @owner
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "READY", "PENDING_CREATION", "CREATING", "CREATION_FAILED")


188
189
190
# File 'sig/types.rbs', line 188

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def status_message
  @status_message
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


191
192
193
# File 'sig/types.rbs', line 191

def tags
  @tags
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def tools
  @tools
end