Class: Aws::Types::CreateWorkflowVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def arn
  @arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED", "INACTIVE")


497
498
499
# File 'sig/types.rbs', line 497

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


498
499
500
# File 'sig/types.rbs', line 498

def tags
  @tags
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def uuid
  @uuid
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def version_name
  @version_name
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def workflow_id
  @workflow_id
end