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")


2004
2005
2006
# File 'sig/types.rbs', line 2004

def action
  @action
end

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


2002
2003
2004
# File 'sig/types.rbs', line 2002

def agent_space_id
  @agent_space_id
end

#approval_id::String

Returns the value of attribute approval_id.

Returns:

  • (::String)


2003
2004
2005
# File 'sig/types.rbs', line 2003

def approval_id
  @approval_id
end

#final_patternTypes::ApprovalPattern

Returns the value of attribute final_pattern.



2005
2006
2007
# File 'sig/types.rbs', line 2005

def final_pattern
  @final_pattern
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


2006
2007
2008
# File 'sig/types.rbs', line 2006

def reason
  @reason
end

#single_useBoolean

Returns the value of attribute single_use.

Returns:

  • (Boolean)


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

def single_use
  @single_use
end

#ttl_seconds::Integer

Returns the value of attribute ttl_seconds.

Returns:

  • (::Integer)


2007
2008
2009
# File 'sig/types.rbs', line 2007

def ttl_seconds
  @ttl_seconds
end