Class: Aws::Types::CreateQueueEnvironmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:template])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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:

  • (::String)


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

def farm_id
  @farm_id
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


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

def priority
  @priority
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


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

def queue_id
  @queue_id
end

#template::String

Returns the value of attribute template.

Returns:

  • (::String)


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:

  • ("JSON", "YAML")


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

def template_type
  @template_type
end