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)


2181
2182
2183
# File 'sig/types.rbs', line 2181

def arn
  @arn
end

#concurrent_jobs::Integer

Returns the value of attribute concurrent_jobs.

Returns:

  • (::Integer)


2182
2183
2184
# File 'sig/types.rbs', line 2182

def concurrent_jobs
  @concurrent_jobs
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2183
2184
2185
# File 'sig/types.rbs', line 2183

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def description
  @description
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


2185
2186
2187
# File 'sig/types.rbs', line 2185

def last_updated
  @last_updated
end

#maximum_concurrent_feeds::Integer

Returns the value of attribute maximum_concurrent_feeds.

Returns:

  • (::Integer)


2186
2187
2188
# File 'sig/types.rbs', line 2186

def maximum_concurrent_feeds
  @maximum_concurrent_feeds
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2187
2188
2189
# File 'sig/types.rbs', line 2187

def name
  @name
end

#pricing_plan"ON_DEMAND", "RESERVED"

Returns the value of attribute pricing_plan.

Returns:

  • ("ON_DEMAND", "RESERVED")


2188
2189
2190
# File 'sig/types.rbs', line 2188

def pricing_plan
  @pricing_plan
end

#progressing_jobs_count::Integer

Returns the value of attribute progressing_jobs_count.

Returns:

  • (::Integer)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def progressing_jobs_count
  @progressing_jobs_count
end

#reservation_planTypes::ReservationPlan

Returns the value of attribute reservation_plan.



2190
2191
2192
# File 'sig/types.rbs', line 2190

def reservation_plan
  @reservation_plan
end

#service_overrides::Array[Types::ServiceOverride]

Returns the value of attribute service_overrides.

Returns:



2191
2192
2193
# File 'sig/types.rbs', line 2191

def service_overrides
  @service_overrides
end

#status"ACTIVE", "PAUSED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "PAUSED")


2192
2193
2194
# File 'sig/types.rbs', line 2192

def status
  @status
end

#submitted_jobs_count::Integer

Returns the value of attribute submitted_jobs_count.

Returns:

  • (::Integer)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def 
  @submitted_jobs_count
end

#type"SYSTEM", "CUSTOM"

Returns the value of attribute type.

Returns:

  • ("SYSTEM", "CUSTOM")


2194
2195
2196
# File 'sig/types.rbs', line 2194

def type
  @type
end