Class: Aws::Types::CreateQueueRequest

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)


600
601
602
# File 'sig/types.rbs', line 600

def concurrent_jobs
  @concurrent_jobs
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def description
  @description
end

#maximum_concurrent_feeds::Integer

Returns the value of attribute maximum_concurrent_feeds.

Returns:

  • (::Integer)


602
603
604
# File 'sig/types.rbs', line 602

def maximum_concurrent_feeds
  @maximum_concurrent_feeds
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def name
  @name
end

#pricing_plan"ON_DEMAND", "RESERVED"

Returns the value of attribute pricing_plan.

Returns:

  • ("ON_DEMAND", "RESERVED")


604
605
606
# File 'sig/types.rbs', line 604

def pricing_plan
  @pricing_plan
end

#reservation_plan_settingsTypes::ReservationPlanSettings

Returns the value of attribute reservation_plan_settings.



605
606
607
# File 'sig/types.rbs', line 605

def reservation_plan_settings
  @reservation_plan_settings
end

#status"ACTIVE", "PAUSED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "PAUSED")


606
607
608
# File 'sig/types.rbs', line 606

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


607
608
609
# File 'sig/types.rbs', line 607

def tags
  @tags
end