Class: Aws::Types::WorkflowListItem

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)


2595
2596
2597
# File 'sig/types.rbs', line 2595

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def creation_time
  @creation_time
end

#digest::String

Returns the value of attribute digest.

Returns:

  • (::String)


2600
2601
2602
# File 'sig/types.rbs', line 2600

def digest
  @digest
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2596
2597
2598
# File 'sig/types.rbs', line 2596

def id
  @id
end

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

Returns the value of attribute metadata.

Returns:

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


2602
2603
2604
# File 'sig/types.rbs', line 2602

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2597
2598
2599
# File 'sig/types.rbs', line 2597

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


2598
2599
2600
# File 'sig/types.rbs', line 2598

def status
  @status
end

#type"PRIVATE", "READY2RUN"

Returns the value of attribute type.

Returns:

  • ("PRIVATE", "READY2RUN")


2599
2600
2601
# File 'sig/types.rbs', line 2599

def type
  @type
end