Class: Aws::Types::GetTriggersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4217
4218
4219
# File 'sig/types.rbs', line 4217

def next_token
  @next_token
end

#triggers::Array[Types::Trigger]

Returns the value of attribute triggers.

Returns:



4216
4217
4218
# File 'sig/types.rbs', line 4216

def triggers
  @triggers
end