Class: Aws::Types::ListWorkflowsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def name
  @name
end

#starting_token::String

Returns the value of attribute starting_token.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def starting_token
  @starting_token
end

#type"PRIVATE", "READY2RUN"

Returns the value of attribute type.

Returns:

  • ("PRIVATE", "READY2RUN")


1750
1751
1752
# File 'sig/types.rbs', line 1750

def type
  @type
end