Class: Aws::Types::UpdateTriggerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def agent_space_id
  @agent_space_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2145
2146
2147
# File 'sig/types.rbs', line 2145

def client_token
  @client_token
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2144
2145
2146
# File 'sig/types.rbs', line 2144

def status
  @status
end

#trigger_id::String

Returns the value of attribute trigger_id.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def trigger_id
  @trigger_id
end