Class: Aws::Types::FulfillmentUpdatesSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active ⇒ Boolean

Returns the value of attribute active.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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