Class: Aws::Types::DeleteQueueEnvironmentRequest

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)


982
983
984
# File 'sig/types.rbs', line 982

def farm_id
  @farm_id
end

#queue_environment_id::String

Returns the value of attribute queue_environment_id.

Returns:

  • (::String)


984
985
986
# File 'sig/types.rbs', line 984

def queue_environment_id
  @queue_environment_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def queue_id
  @queue_id
end