Class: Aws::Types::ListTriggersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dependent_job_name::String

Returns the value of attribute dependent_job_name.

Returns:

  • (::String)


5554
5555
5556
# File 'sig/types.rbs', line 5554

def dependent_job_name
  @dependent_job_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5555
5556
5557
# File 'sig/types.rbs', line 5555

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5553
5554
5555
# File 'sig/types.rbs', line 5553

def next_token
  @next_token
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


5556
5557
5558
# File 'sig/types.rbs', line 5556

def tags
  @tags
end