Class: Aws::Types::StillWaitingResponseSpecification

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)


3250
3251
3252
# File 'sig/types.rbs', line 3250

def allow_interrupt
  @allow_interrupt
end

#frequency_in_seconds ⇒ ::Integer

Returns the value of attribute frequency_in_seconds.

Returns:

  • (::Integer)


3248
3249
3250
# File 'sig/types.rbs', line 3248

def frequency_in_seconds
  @frequency_in_seconds
end

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

Returns the value of attribute message_groups.

Returns:



3247
3248
3249
# File 'sig/types.rbs', line 3247

def message_groups
  @message_groups
end

#timeout_in_seconds ⇒ ::Integer

Returns the value of attribute timeout_in_seconds.

Returns:

  • (::Integer)


3249
3250
3251
# File 'sig/types.rbs', line 3249

def timeout_in_seconds
  @timeout_in_seconds
end