Class: Aws::Types::UpdateQueueEnvironmentRequest

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)


3248
3249
3250
# File 'sig/types.rbs', line 3248

def client_token
  @client_token
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3245
3246
3247
# File 'sig/types.rbs', line 3245

def farm_id
  @farm_id
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


3249
3250
3251
# File 'sig/types.rbs', line 3249

def priority
  @priority
end

#queue_environment_id::String

Returns the value of attribute queue_environment_id.

Returns:

  • (::String)


3247
3248
3249
# File 'sig/types.rbs', line 3247

def queue_environment_id
  @queue_environment_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


3246
3247
3248
# File 'sig/types.rbs', line 3246

def queue_id
  @queue_id
end

#template::String

Returns the value of attribute template.

Returns:

  • (::String)


3251
3252
3253
# File 'sig/types.rbs', line 3251

def template
  @template
end

#template_type"JSON", "YAML"

Returns the value of attribute template_type.

Returns:

  • ("JSON", "YAML")


3250
3251
3252
# File 'sig/types.rbs', line 3250

def template_type
  @template_type
end