Class: Aws::Types::FulfillmentUpdatesSpecification
- Inherits:
-
Object
- Object
- Aws::Types::FulfillmentUpdatesSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#start_response ⇒ Types::FulfillmentStartResponseSpecification
Returns the value of attribute start_response.
-
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
-
#update_response ⇒ Types::FulfillmentUpdateResponseSpecification
Returns the value of attribute update_response.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def active @active end |
#start_response ⇒ Types::FulfillmentStartResponseSpecification
Returns the value of attribute start_response.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def start_response @start_response end |
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def timeout_in_seconds @timeout_in_seconds end |
#update_response ⇒ Types::FulfillmentUpdateResponseSpecification
Returns the value of attribute update_response.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def update_response @update_response end |