Class: Aws::Types::WorkflowVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#definition_s3_location ⇒ Types::DefinitionS3Location
Returns the value of attribute definition_s3_location.
-
#is_latest_version ⇒ Boolean
Returns the value of attribute is_latest_version.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
-
#trigger_mode ⇒ ::String
Returns the value of attribute trigger_mode.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
418 419 420 |
# File 'sig/types.rbs', line 418 def created_at @created_at end |
#definition_s3_location ⇒ Types::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_version ⇒ Boolean
Returns the value of attribute is_latest_version.
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.
419 420 421 |
# File 'sig/types.rbs', line 419 def modified_at @modified_at end |
#schedule_configuration ⇒ Types::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.
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.
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.
415 416 417 |
# File 'sig/types.rbs', line 415 def workflow_version @workflow_version end |