Class: Aws::Types::GetQueueEnvironmentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:template])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def created_by
  @created_by
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def priority
  @priority
end

#queue_environment_id::String

Returns the value of attribute queue_environment_id.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def queue_environment_id
  @queue_environment_id
end

#template::String

Returns the value of attribute template.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def template
  @template
end

#template_type"JSON", "YAML"

Returns the value of attribute template_type.

Returns:

  • ("JSON", "YAML")


1451
1452
1453
# File 'sig/types.rbs', line 1451

def template_type
  @template_type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def updated_by
  @updated_by
end