Class: Stigg::Models::Internal::Beta::EventQueueUpdateParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Stigg::Models::Internal::Beta::EventQueueUpdateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/stigg/models/internal/beta/event_queue_update_params.rb
Overview
Defined Under Namespace
Modules: EventType
Instance Attribute Summary collapse
- #allowed_assume_role_arns ⇒ Array<String>?
-
#create_low_priority_queues ⇒ Boolean?
Whether to create separate low-priority queues for standard topic events.
- #event_types ⇒ Array<Symbol, Stigg::Models::Internal::Beta::EventQueueUpdateParams::EventType>?
- #queue_name ⇒ String
Attributes included from Internal::Type::RequestParameters
Method Summary
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Stigg::Internal::Type::BaseModel
Instance Attribute Details
#allowed_assume_role_arns ⇒ Array<String>?
20 21 22 |
# File 'lib/stigg/models/internal/beta/event_queue_update_params.rb', line 20 optional :allowed_assume_role_arns, Stigg::Internal::Type::ArrayOf[String], api_name: :allowedAssumeRoleArns |
#create_low_priority_queues ⇒ Boolean?
Whether to create separate low-priority queues for standard topic events
28 29 30 |
# File 'lib/stigg/models/internal/beta/event_queue_update_params.rb', line 28 optional :create_low_priority_queues, Stigg::Internal::Type::Boolean, api_name: :createLowPriorityQueues |
#event_types ⇒ Array<Symbol, Stigg::Models::Internal::Beta::EventQueueUpdateParams::EventType>?
35 36 37 |
# File 'lib/stigg/models/internal/beta/event_queue_update_params.rb', line 35 optional :event_types, -> { Stigg::Internal::Type::ArrayOf[enum: Stigg::Models::Internal::Beta::EventQueueUpdateParams::EventType] }, api_name: :eventTypes |
#queue_name ⇒ String
15 |
# File 'lib/stigg/models/internal/beta/event_queue_update_params.rb', line 15 required :queue_name, String |