Class: Aws::Types::GetMigrationWorkflowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ads_application_configuration_id::String

Returns the value of attribute ads_application_configuration_id.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def ads_application_configuration_id
  @ads_application_configuration_id
end

#ads_application_name::String

Returns the value of attribute ads_application_name.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def ads_application_name
  @ads_application_name
end

#arn::String

Returns the value of attribute arn.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def arn
  @arn
end

#completed_steps::Integer

Returns the value of attribute completed_steps.

Returns:



167
168
169
# File 'sig/types.rbs', line 167

def completed_steps
  @completed_steps
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



160
161
162
# File 'sig/types.rbs', line 160

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def description
  @description
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def end_time
  @end_time
end

#id::String

Returns the value of attribute id.

Returns:



151
152
153
# File 'sig/types.rbs', line 151

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def last_modified_time
  @last_modified_time
end

#last_start_time::Time

Returns the value of attribute last_start_time.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def last_start_time
  @last_start_time
end

#last_stop_time::Time

Returns the value of attribute last_stop_time.

Returns:



162
163
164
# File 'sig/types.rbs', line 162

def last_stop_time
  @last_stop_time
end

#name::String

Returns the value of attribute name.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def status_message
  @status_message
end

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

Returns the value of attribute tags.

Returns:



169
170
171
# File 'sig/types.rbs', line 169

def tags
  @tags
end

#template_id::String

Returns the value of attribute template_id.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def template_id
  @template_id
end

#tools::Array[Types::Tool]

Returns the value of attribute tools.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def tools
  @tools
end

#total_steps::Integer

Returns the value of attribute total_steps.

Returns:



166
167
168
# File 'sig/types.rbs', line 166

def total_steps
  @total_steps
end

#workflow_bucket::String

Returns the value of attribute workflow_bucket.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def workflow_bucket
  @workflow_bucket
end

#workflow_inputs::Hash[::String, Types::StepInput]

Returns the value of attribute workflow_inputs.

Returns:



168
169
170
# File 'sig/types.rbs', line 168

def workflow_inputs
  @workflow_inputs
end