Class: Aws::Types::CreateTriggerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action.

Returns:

  • (Object)


383
384
385
# File 'sig/types.rbs', line 383

def action
  @action
end

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def agent_space_id
  @agent_space_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def client_token
  @client_token
end

#conditionTypes::TriggerCondition

Returns the value of attribute condition.



382
383
384
# File 'sig/types.rbs', line 382

def condition
  @condition
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def status
  @status
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def type
  @type
end