Class: Aws::Types::Queue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2160
2161
2162
# File 'sig/types.rbs', line 2160

def arn
  @arn
end

#concurrent_jobs::Integer

Returns the value of attribute concurrent_jobs.

Returns:

  • (::Integer)


2161
2162
2163
# File 'sig/types.rbs', line 2161

def concurrent_jobs
  @concurrent_jobs
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2162
2163
2164
# File 'sig/types.rbs', line 2162

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2163
2164
2165
# File 'sig/types.rbs', line 2163

def description
  @description
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


2164
2165
2166
# File 'sig/types.rbs', line 2164

def last_updated
  @last_updated
end

#maximum_concurrent_feeds::Integer

Returns the value of attribute maximum_concurrent_feeds.

Returns:

  • (::Integer)


2165
2166
2167
# File 'sig/types.rbs', line 2165

def maximum_concurrent_feeds
  @maximum_concurrent_feeds
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def name
  @name
end

#pricing_plan"ON_DEMAND", "RESERVED"

Returns the value of attribute pricing_plan.

Returns:

  • ("ON_DEMAND", "RESERVED")


2167
2168
2169
# File 'sig/types.rbs', line 2167

def pricing_plan
  @pricing_plan
end

#progressing_jobs_count::Integer

Returns the value of attribute progressing_jobs_count.

Returns:

  • (::Integer)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def progressing_jobs_count
  @progressing_jobs_count
end

#reservation_planTypes::ReservationPlan

Returns the value of attribute reservation_plan.



2169
2170
2171
# File 'sig/types.rbs', line 2169

def reservation_plan
  @reservation_plan
end

#service_overrides::Array[Types::ServiceOverride]

Returns the value of attribute service_overrides.

Returns:



2170
2171
2172
# File 'sig/types.rbs', line 2170

def service_overrides
  @service_overrides
end

#status"ACTIVE", "PAUSED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "PAUSED")


2171
2172
2173
# File 'sig/types.rbs', line 2171

def status
  @status
end

#submitted_jobs_count::Integer

Returns the value of attribute submitted_jobs_count.

Returns:

  • (::Integer)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def 
  @submitted_jobs_count
end

#type"SYSTEM", "CUSTOM"

Returns the value of attribute type.

Returns:

  • ("SYSTEM", "CUSTOM")


2173
2174
2175
# File 'sig/types.rbs', line 2173

def type
  @type
end