Class: Aws::Types::GetWorkflowVersionRequest

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:



1250
1251
1252
# File 'sig/types.rbs', line 1250

def export
  @export
end

#type"PRIVATE", "READY2RUN"

Returns the value of attribute type.

Returns:



1249
1250
1251
# File 'sig/types.rbs', line 1249

def type
  @type
end

#version_name::String

Returns the value of attribute version_name.

Returns:



1248
1249
1250
# File 'sig/types.rbs', line 1248

def version_name
  @version_name
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



1247
1248
1249
# File 'sig/types.rbs', line 1247

def workflow_id
  @workflow_id
end

#workflow_owner_id::String

Returns the value of attribute workflow_owner_id.

Returns:



1251
1252
1253
# File 'sig/types.rbs', line 1251

def workflow_owner_id
  @workflow_owner_id
end