Class: Aws::Types::UpdateWorkflowVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2492
2493
2494
# File 'sig/types.rbs', line 2492

def description
  @description
end

#readme_markdown::String

Returns the value of attribute readme_markdown.

Returns:

  • (::String)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def readme_markdown
  @readme_markdown
end

#storage_capacity::Integer

Returns the value of attribute storage_capacity.

Returns:

  • (::Integer)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def storage_capacity
  @storage_capacity
end

#storage_type"STATIC", "DYNAMIC"

Returns the value of attribute storage_type.

Returns:

  • ("STATIC", "DYNAMIC")


2493
2494
2495
# File 'sig/types.rbs', line 2493

def storage_type
  @storage_type
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def version_name
  @version_name
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


2490
2491
2492
# File 'sig/types.rbs', line 2490

def workflow_id
  @workflow_id
end