Class: Aws::Types::UpdateQueueRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#concurrent_jobs::Integer

Returns the value of attribute concurrent_jobs.

Returns:

  • (::Integer)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def concurrent_jobs
  @concurrent_jobs
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2492
2493
2494
# File 'sig/types.rbs', line 2492

def description
  @description
end

#maximum_concurrent_feeds::Integer

Returns the value of attribute maximum_concurrent_feeds.

Returns:

  • (::Integer)


2493
2494
2495
# File 'sig/types.rbs', line 2493

def maximum_concurrent_feeds
  @maximum_concurrent_feeds
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def name
  @name
end

#reservation_plan_settingsTypes::ReservationPlanSettings

Returns the value of attribute reservation_plan_settings.



2495
2496
2497
# File 'sig/types.rbs', line 2495

def reservation_plan_settings
  @reservation_plan_settings
end

#status"ACTIVE", "PAUSED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "PAUSED")


2496
2497
2498
# File 'sig/types.rbs', line 2496

def status
  @status
end