Method: Aws::Deadline::Types::GetQueueEnvironmentResponse#created_at

Defined in:
lib/aws-sdk-deadline/types.rb

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
# File 'lib/aws-sdk-deadline/types.rb', line 3726

class GetQueueEnvironmentResponse < Struct.new(
  :queue_environment_id,
  :name,
  :priority,
  :template_type,
  :template,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = [:template]
  include Aws::Structure
end