Class: Aws::Types::WorkflowVersion

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)


2270
2271
2272
# File 'sig/types.rbs', line 2270

def arn
  @arn
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def date_created
  @date_created
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2273
2274
2275
# File 'sig/types.rbs', line 2273

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2271
2272
2273
# File 'sig/types.rbs', line 2271

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def owner
  @owner
end

#type ⇒ "BUILD", ...

Returns the value of attribute type.

Returns:

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


2274
2275
2276
# File 'sig/types.rbs', line 2274

def type
  @type
end

#version ⇒ ::String

Returns the value of attribute version.

Returns:

  • (::String)


2272
2273
2274
# File 'sig/types.rbs', line 2272

def version
  @version
end