Class: Aws::Types::FulfillmentCodeHookSettings

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)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def active
  @active
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def enabled
  @enabled
end

#fulfillment_updates_specification ⇒ Types::FulfillmentUpdatesSpecification

Returns the value of attribute fulfillment_updates_specification.



1821
1822
1823
# File 'sig/types.rbs', line 1821

def fulfillment_updates_specification
  @fulfillment_updates_specification
end

#post_fulfillment_status_specification ⇒ Types::PostFulfillmentStatusSpecification

Returns the value of attribute post_fulfillment_status_specification.



1820
1821
1822
# File 'sig/types.rbs', line 1820

def post_fulfillment_status_specification
  @post_fulfillment_status_specification
end