Class: Aws::Types::CreateWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_description ⇒ ::String
Returns the value of attribute change_description.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "BUILD", ...
Returns the value of attribute type.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#change_description ⇒ ::String
Returns the value of attribute change_description.
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.
429 430 431 |
# File 'sig/types.rbs', line 429 def client_token @client_token end |
#data ⇒ ::String
Returns the value of attribute data.
425 426 427 |
# File 'sig/types.rbs', line 425 def data @data end |
#description ⇒ ::String
Returns the value of attribute description.
423 424 425 |
# File 'sig/types.rbs', line 423 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
421 422 423 |
# File 'sig/types.rbs', line 421 def name @name end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
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.
428 429 430 |
# File 'sig/types.rbs', line 428 def @tags end |
#type ⇒ "BUILD", ...
Returns the value of attribute type.
430 431 432 |
# File 'sig/types.rbs', line 430 def type @type end |
#uri ⇒ ::String
Returns the value of attribute uri.
426 427 428 |
# File 'sig/types.rbs', line 426 def uri @uri end |