Class: Aws::Types::CreateWorkflowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_description ⇒ ::String

Returns the value of attribute change_description.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def change_description
  @change_description
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def client_token
  @client_token
end

#data ⇒ ::String

Returns the value of attribute data.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def data
  @data
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def description
  @description
end

#dry_run ⇒ Boolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


431
432
433
# File 'sig/types.rbs', line 431

def dry_run
  @dry_run
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def kms_key_id
  @kms_key_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def name
  @name
end

#semantic_version ⇒ ::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def semantic_version
  @semantic_version
end

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

Returns the value of attribute tags.

Returns:

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


428
429
430
# File 'sig/types.rbs', line 428

def tags
  @tags
end

#type ⇒ "BUILD", ...

Returns the value of attribute type.

Returns:

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


430
431
432
# File 'sig/types.rbs', line 430

def type
  @type
end

#uri ⇒ ::String

Returns the value of attribute uri.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def uri
  @uri
end