Class: Aws::Types::WorkflowVersionListItem

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)


2613
2614
2615
# File 'sig/types.rbs', line 2613

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2620
2621
2622
# File 'sig/types.rbs', line 2620

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2616
2617
2618
# File 'sig/types.rbs', line 2616

def description
  @description
end

#digest::String

Returns the value of attribute digest.

Returns:

  • (::String)


2619
2620
2621
# File 'sig/types.rbs', line 2619

def digest
  @digest
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


2621
2622
2623
# File 'sig/types.rbs', line 2621

def 
  
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


2617
2618
2619
# File 'sig/types.rbs', line 2617

def status
  @status
end

#type"PRIVATE", "READY2RUN"

Returns the value of attribute type.

Returns:

  • ("PRIVATE", "READY2RUN")


2618
2619
2620
# File 'sig/types.rbs', line 2618

def type
  @type
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


2615
2616
2617
# File 'sig/types.rbs', line 2615

def version_name
  @version_name
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


2614
2615
2616
# File 'sig/types.rbs', line 2614

def workflow_id
  @workflow_id
end