Class: Aws::Types::FulfillmentUpdateResponseSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_interrupt ⇒ Boolean

Returns the value of attribute allow_interrupt.

Returns:

  • (Boolean)


1836
1837
1838
# File 'sig/types.rbs', line 1836

def allow_interrupt
  @allow_interrupt
end

#frequency_in_seconds ⇒ ::Integer

Returns the value of attribute frequency_in_seconds.

Returns:

  • (::Integer)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def frequency_in_seconds
  @frequency_in_seconds
end

#message_groups ⇒ ::Array[Types::MessageGroup]

Returns the value of attribute message_groups.

Returns:



1835
1836
1837
# File 'sig/types.rbs', line 1835

def message_groups
  @message_groups
end