Class: Aws::Types::GetWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ Types::Code
Returns the value of attribute code.
-
#code_snapshotted_at ⇒ ::Time
Returns the value of attribute code_snapshotted_at.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#definition_s3_location ⇒ Types::DefinitionS3Location
Returns the value of attribute definition_s3_location.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#engine_version ⇒ ::Integer
Returns the value of attribute engine_version.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#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_definition ⇒ ::String
Returns the value of attribute workflow_definition.
-
#workflow_status ⇒ "READY", "DELETING"
Returns the value of attribute workflow_status.
-
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
Instance Attribute Details
#code ⇒ Types::Code
Returns the value of attribute code.
130 131 132 |
# File 'sig/types.rbs', line 130 def code @code end |
#code_snapshotted_at ⇒ ::Time
Returns the value of attribute code_snapshotted_at.
131 132 133 |
# File 'sig/types.rbs', line 131 def code_snapshotted_at @code_snapshotted_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
123 124 125 |
# File 'sig/types.rbs', line 123 def created_at @created_at end |
#definition_s3_location ⇒ Types::DefinitionS3Location
Returns the value of attribute definition_s3_location.
129 130 131 |
# File 'sig/types.rbs', line 129 def definition_s3_location @definition_s3_location end |
#description ⇒ ::String
Returns the value of attribute description.
122 123 124 |
# File 'sig/types.rbs', line 122 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
125 126 127 |
# File 'sig/types.rbs', line 125 def encryption_configuration @encryption_configuration end |
#engine_version ⇒ ::Integer
Returns the value of attribute engine_version.
127 128 129 |
# File 'sig/types.rbs', line 127 def engine_version @engine_version end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
126 127 128 |
# File 'sig/types.rbs', line 126 def logging_configuration @logging_configuration end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
124 125 126 |
# File 'sig/types.rbs', line 124 def modified_at @modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
121 122 123 |
# File 'sig/types.rbs', line 121 def name @name end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
134 135 136 |
# File 'sig/types.rbs', line 134 def network_configuration @network_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
133 134 135 |
# File 'sig/types.rbs', line 133 def role_arn @role_arn end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
132 133 134 |
# File 'sig/types.rbs', line 132 def schedule_configuration @schedule_configuration end |
#trigger_mode ⇒ ::String
Returns the value of attribute trigger_mode.
135 136 137 |
# File 'sig/types.rbs', line 135 def trigger_mode @trigger_mode end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
119 120 121 |
# File 'sig/types.rbs', line 119 def workflow_arn @workflow_arn end |
#workflow_definition ⇒ ::String
Returns the value of attribute workflow_definition.
136 137 138 |
# File 'sig/types.rbs', line 136 def workflow_definition @workflow_definition end |
#workflow_status ⇒ "READY", "DELETING"
Returns the value of attribute workflow_status.
128 129 130 |
# File 'sig/types.rbs', line 128 def workflow_status @workflow_status end |
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
120 121 122 |
# File 'sig/types.rbs', line 120 def workflow_version @workflow_version end |