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.
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.
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.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def approval_id @approval_id end |
#final_pattern ⇒ Types::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.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def reason @reason end |
#single_use ⇒ Boolean
Returns the value of attribute single_use.
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.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def ttl_seconds @ttl_seconds end |