Class: Aws::Types::CreateMigrationWorkflowResponse

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:



38
39
40
# File 'sig/types.rbs', line 38

def ads_application_configuration_id
  @ads_application_configuration_id
end

#arn::String

Returns the value of attribute arn.

Returns:



34
35
36
# File 'sig/types.rbs', line 34

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



42
43
44
# File 'sig/types.rbs', line 42

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:



36
37
38
# File 'sig/types.rbs', line 36

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:



33
34
35
# File 'sig/types.rbs', line 33

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



35
36
37
# File 'sig/types.rbs', line 35

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



41
42
43
# File 'sig/types.rbs', line 41

def status
  @status
end

#step_targets::Array[::String]

Returns the value of attribute step_targets.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def step_targets
  @step_targets
end

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

Returns the value of attribute tags.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def tags
  @tags
end

#template_id::String

Returns the value of attribute template_id.

Returns:



37
38
39
# File 'sig/types.rbs', line 37

def template_id
  @template_id
end

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

Returns the value of attribute workflow_inputs.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def workflow_inputs
  @workflow_inputs
end