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

#by_name ⇒ Boolean

Returns the value of attribute by_name.

Returns:

  • (Boolean)


1743
1744
1745
# File 'sig/types.rbs', line 1743

def by_name
  @by_name
end

#filters ⇒ ::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



1742
1743
1744
# File 'sig/types.rbs', line 1742

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def next_token
  @next_token
end

#owner ⇒ "Self", ...

Returns the value of attribute owner.

Returns:

  • ("Self", "Shared", "Amazon", "ThirdParty", "AWSMarketplace")


1741
1742
1743
# File 'sig/types.rbs', line 1741

def owner
  @owner
end