Class: Aws::Deadline::Types::GetSessionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ended_atTime

The date and time the resource ended running.

Returns:

  • (Time)


3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet ID for the session.

Returns:

  • (String)


3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end

#host_propertiesTypes::HostPropertiesResponse

Provides the Amazon EC2 properties of the host.



3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_statusString

The life cycle status of the session.

Returns:

  • (String)


3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end

#logTypes::LogConfiguration

The session log.



3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The session ID.

Returns:

  • (String)


3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The date and time the resource started running.

Returns:

  • (Time)


3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end

#target_lifecycle_statusString

The life cycle status with which the session started.

Returns:

  • (String)


3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end

#worker_idString

The worker ID for the session.

Returns:

  • (String)


3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end

#worker_logTypes::LogConfiguration

The worker log for the session.



3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3483

class GetSessionResponse < Struct.new(
  :ended_at,
  :fleet_id,
  :host_properties,
  :lifecycle_status,
  :log,
  :session_id,
  :started_at,
  :target_lifecycle_status,
  :updated_at,
  :updated_by,
  :worker_id,
  :worker_log)
  SENSITIVE = []
  include Aws::Structure
end