Class: Aws::Types::UpdateWorkflowRequest

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)


2482
2483
2484
# File 'sig/types.rbs', line 2482

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2480
2481
2482
# File 'sig/types.rbs', line 2480

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2481
2482
2483
# File 'sig/types.rbs', line 2481

def name
  @name
end

#readme_markdown::String

Returns the value of attribute readme_markdown.

Returns:

  • (::String)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def readme_markdown
  @readme_markdown
end

#storage_capacity::Integer

Returns the value of attribute storage_capacity.

Returns:

  • (::Integer)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def storage_capacity
  @storage_capacity
end

#storage_type"STATIC", "DYNAMIC"

Returns the value of attribute storage_type.

Returns:

  • ("STATIC", "DYNAMIC")


2483
2484
2485
# File 'sig/types.rbs', line 2483

def storage_type
  @storage_type
end