Class: Aws::Types::IdMappingWorkflowSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


465
466
467
# File 'sig/types.rbs', line 465

def created_at
  @created_at
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


466
467
468
# File 'sig/types.rbs', line 466

def updated_at
  @updated_at
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def workflow_arn
  @workflow_arn
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def workflow_name
  @workflow_name
end