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)


2457
2458
2459
# File 'sig/types.rbs', line 2457

def concurrent_jobs
  @concurrent_jobs
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def description
  @description
end

#maximum_concurrent_feeds::Integer

Returns the value of attribute maximum_concurrent_feeds.

Returns:

  • (::Integer)


2459
2460
2461
# File 'sig/types.rbs', line 2459

def maximum_concurrent_feeds
  @maximum_concurrent_feeds
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def name
  @name
end

#reservation_plan_settingsTypes::ReservationPlanSettings

Returns the value of attribute reservation_plan_settings.



2461
2462
2463
# File 'sig/types.rbs', line 2461

def reservation_plan_settings
  @reservation_plan_settings
end

#status"ACTIVE", "PAUSED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "PAUSED")


2462
2463
2464
# File 'sig/types.rbs', line 2462

def status
  @status
end