Class: Aws::Types::CreateQueueEnvironmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



803
804
805
# File 'sig/types.rbs', line 803

def client_token
  @client_token
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:



801
802
803
# File 'sig/types.rbs', line 801

def farm_id
  @farm_id
end

#priority::Integer

Returns the value of attribute priority.

Returns:



804
805
806
# File 'sig/types.rbs', line 804

def priority
  @priority
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:



802
803
804
# File 'sig/types.rbs', line 802

def queue_id
  @queue_id
end

#template::String

Returns the value of attribute template.

Returns:



806
807
808
# File 'sig/types.rbs', line 806

def template
  @template
end

#template_type"JSON", "YAML"

Returns the value of attribute template_type.

Returns:



805
806
807
# File 'sig/types.rbs', line 805

def template_type
  @template_type
end