Class: Aws::Types::GetWorkflowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#codeTypes::Code

Returns the value of attribute code.

Returns:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


123
124
125
# File 'sig/types.rbs', line 123

def created_at
  @created_at
end

#definition_s3_locationTypes::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.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def description
  @description
end

#encryption_configurationTypes::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.

Returns:

  • (::Integer)


127
128
129
# File 'sig/types.rbs', line 127

def engine_version
  @engine_version
end

#logging_configurationTypes::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.

Returns:

  • (::Time)


124
125
126
# File 'sig/types.rbs', line 124

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def name
  @name
end

#network_configurationTypes::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.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def role_arn
  @role_arn
end

#schedule_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("READY", "DELETING")


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.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def workflow_version
  @workflow_version
end