Class: Aws::Types::WorkflowSummary

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)


2256
2257
2258
# File 'sig/types.rbs', line 2256

def arn
  @arn
end

#change_description ⇒ ::String

Returns the value of attribute change_description.

Returns:

  • (::String)


2260
2261
2262
# File 'sig/types.rbs', line 2260

def change_description
  @change_description
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


2264
2265
2266
# File 'sig/types.rbs', line 2264

def date_created
  @date_created
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2259
2260
2261
# File 'sig/types.rbs', line 2259

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2257
2258
2259
# File 'sig/types.rbs', line 2257

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


2262
2263
2264
# File 'sig/types.rbs', line 2262

def owner
  @owner
end

#state ⇒ Types::WorkflowState

Returns the value of attribute state.



2263
2264
2265
# File 'sig/types.rbs', line 2263

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


2265
2266
2267
# File 'sig/types.rbs', line 2265

def tags
  @tags
end

#type ⇒ "BUILD", ...

Returns the value of attribute type.

Returns:

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


2261
2262
2263
# File 'sig/types.rbs', line 2261

def type
  @type
end

#version ⇒ ::String

Returns the value of attribute version.

Returns:

  • (::String)


2258
2259
2260
# File 'sig/types.rbs', line 2258

def version
  @version
end