Class: Aws::Types::GetWorkflowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#export::Array[("DEFINITION" | "README")]

Returns the value of attribute export.

Returns:



1212
1213
1214
# File 'sig/types.rbs', line 1212

def export
  @export
end

#id::String

Returns the value of attribute id.

Returns:



1210
1211
1212
# File 'sig/types.rbs', line 1210

def id
  @id
end

#type"PRIVATE", "READY2RUN"

Returns the value of attribute type.

Returns:



1211
1212
1213
# File 'sig/types.rbs', line 1211

def type
  @type
end

#workflow_owner_id::String

Returns the value of attribute workflow_owner_id.

Returns:



1213
1214
1215
# File 'sig/types.rbs', line 1213

def workflow_owner_id
  @workflow_owner_id
end