Class: Aws::Types::ListRuleExecutionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::RuleExecutionFilter

Returns the value of attribute filter.



800
801
802
# File 'sig/types.rbs', line 800

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


801
802
803
# File 'sig/types.rbs', line 801

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def next_token
  @next_token
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def pipeline_name
  @pipeline_name
end