Class: Aws::Types::Workflow

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def arn
  @arn
end

#change_description ⇒ ::String

Returns the value of attribute change_description.

Returns:

  • (::String)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def change_description
  @change_description
end

#data ⇒ ::String

Returns the value of attribute data.

Returns:

  • (::String)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def data
  @data
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


2176
2177
2178
# File 'sig/types.rbs', line 2176

def date_created
  @date_created
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def description
  @description
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2175
2176
2177
# File 'sig/types.rbs', line 2175

def kms_key_id
  @kms_key_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def owner
  @owner
end

#parameters ⇒ ::Array[Types::WorkflowParameterDetail]

Returns the value of attribute parameters.

Returns:



2178
2179
2180
# File 'sig/types.rbs', line 2178

def parameters
  @parameters
end

#state ⇒ Types::WorkflowState

Returns the value of attribute state.



2172
2173
2174
# File 'sig/types.rbs', line 2172

def state
  @state
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2177
2178
2179
# File 'sig/types.rbs', line 2177

def tags
  @tags
end

#type ⇒ "BUILD", ...

Returns the value of attribute type.

Returns:

  • ("BUILD", "TEST", "DISTRIBUTION")


2171
2172
2173
# File 'sig/types.rbs', line 2171

def type
  @type
end

#version ⇒ ::String

Returns the value of attribute version.

Returns:

  • (::String)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def version
  @version
end