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)


612
613
614
# File 'sig/types.rbs', line 612

def concurrent_jobs
  @concurrent_jobs
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def description
  @description
end

#maximum_concurrent_feeds::Integer

Returns the value of attribute maximum_concurrent_feeds.

Returns:

  • (::Integer)


614
615
616
# File 'sig/types.rbs', line 614

def maximum_concurrent_feeds
  @maximum_concurrent_feeds
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def name
  @name
end

#pricing_plan"ON_DEMAND", "RESERVED"

Returns the value of attribute pricing_plan.

Returns:

  • ("ON_DEMAND", "RESERVED")


616
617
618
# File 'sig/types.rbs', line 616

def pricing_plan
  @pricing_plan
end

#reservation_plan_settingsTypes::ReservationPlanSettings

Returns the value of attribute reservation_plan_settings.



617
618
619
# File 'sig/types.rbs', line 617

def reservation_plan_settings
  @reservation_plan_settings
end

#status"ACTIVE", "PAUSED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "PAUSED")


618
619
620
# File 'sig/types.rbs', line 618

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


619
620
621
# File 'sig/types.rbs', line 619

def tags
  @tags
end