Class: Aws::Types::WorkflowVersionSummary

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)


418
419
420
# File 'sig/types.rbs', line 418

def created_at
  @created_at
end

#definition_s3_locationTypes::DefinitionS3Location

Returns the value of attribute definition_s3_location.



420
421
422
# File 'sig/types.rbs', line 420

def definition_s3_location
  @definition_s3_location
end

#is_latest_versionBoolean

Returns the value of attribute is_latest_version.

Returns:

  • (Boolean)


417
418
419
# File 'sig/types.rbs', line 417

def is_latest_version
  @is_latest_version
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


419
420
421
# File 'sig/types.rbs', line 419

def modified_at
  @modified_at
end

#schedule_configurationTypes::ScheduleConfiguration

Returns the value of attribute schedule_configuration.



421
422
423
# File 'sig/types.rbs', line 421

def schedule_configuration
  @schedule_configuration
end

#trigger_mode::String

Returns the value of attribute trigger_mode.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def trigger_mode
  @trigger_mode
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def workflow_arn
  @workflow_arn
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def workflow_version
  @workflow_version
end