Class: Aws::Types::QueueEnvironmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2488
2489
2490
# File 'sig/types.rbs', line 2488

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


2489
2490
2491
# File 'sig/types.rbs', line 2489

def priority
  @priority
end

#queue_environment_id::String

Returns the value of attribute queue_environment_id.

Returns:

  • (::String)


2487
2488
2489
# File 'sig/types.rbs', line 2487

def queue_environment_id
  @queue_environment_id
end