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)


2135
2136
2137
# File 'sig/types.rbs', line 2135

def agent_space_id
  @agent_space_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2138
2139
2140
# File 'sig/types.rbs', line 2138

def client_token
  @client_token
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2137
2138
2139
# File 'sig/types.rbs', line 2137

def status
  @status
end

#trigger_id::String

Returns the value of attribute trigger_id.

Returns:

  • (::String)


2136
2137
2138
# File 'sig/types.rbs', line 2136

def trigger_id
  @trigger_id
end