Class: Aws::Types::GetQueueEnvironmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def farm_id
  @farm_id
end

#queue_environment_id::String

Returns the value of attribute queue_environment_id.

Returns:

  • (::String)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def queue_environment_id
  @queue_environment_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def queue_id
  @queue_id
end