Class: Aws::Types::UpdateApprovalActionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"APPROVED", "REJECTED"

Returns the value of attribute action.

Returns:

  • ("APPROVED", "REJECTED")


2011
2012
2013
# File 'sig/types.rbs', line 2011

def action
  @action
end

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


2009
2010
2011
# File 'sig/types.rbs', line 2009

def agent_space_id
  @agent_space_id
end

#approval_id::String

Returns the value of attribute approval_id.

Returns:

  • (::String)


2010
2011
2012
# File 'sig/types.rbs', line 2010

def approval_id
  @approval_id
end

#final_patternTypes::ApprovalPattern

Returns the value of attribute final_pattern.



2012
2013
2014
# File 'sig/types.rbs', line 2012

def final_pattern
  @final_pattern
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


2013
2014
2015
# File 'sig/types.rbs', line 2013

def reason
  @reason
end

#single_useBoolean

Returns the value of attribute single_use.

Returns:

  • (Boolean)


2015
2016
2017
# File 'sig/types.rbs', line 2015

def single_use
  @single_use
end

#ttl_seconds::Integer

Returns the value of attribute ttl_seconds.

Returns:

  • (::Integer)


2014
2015
2016
# File 'sig/types.rbs', line 2014

def ttl_seconds
  @ttl_seconds
end