Class: Aws::Types::UpdateApprovalActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApprovalActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "APPROVED", "REJECTED"
Returns the value of attribute action.
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#approval_id ⇒ ::String
Returns the value of attribute approval_id.
-
#final_pattern ⇒ Types::ApprovalPattern
Returns the value of attribute final_pattern.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#single_use ⇒ Boolean
Returns the value of attribute single_use.
-
#ttl_seconds ⇒ ::Integer
Returns the value of attribute ttl_seconds.
Instance Attribute Details
#action ⇒ "APPROVED", "REJECTED"
Returns the value of attribute action.
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.
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.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def approval_id @approval_id end |
#final_pattern ⇒ Types::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.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def reason @reason end |
#single_use ⇒ Boolean
Returns the value of attribute single_use.
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.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def ttl_seconds @ttl_seconds end |