Class: Aws::CodeCatalyst::Types::DevEnvironmentSessionSummary

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

Overview

Information about active sessions for a Dev Environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dev_environment_idString

The system-generated unique ID of the Dev Environment.

Returns:

  • (String)


682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 682

class DevEnvironmentSessionSummary < Struct.new(
  :space_name,
  :project_name,
  :dev_environment_id,
  :started_time,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The system-generated unique ID of the Dev Environment session.

Returns:

  • (String)


682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 682

class DevEnvironmentSessionSummary < Struct.new(
  :space_name,
  :project_name,
  :dev_environment_id,
  :started_time,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project in the space.

Returns:

  • (String)


682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 682

class DevEnvironmentSessionSummary < Struct.new(
  :space_name,
  :project_name,
  :dev_environment_id,
  :started_time,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 682

class DevEnvironmentSessionSummary < Struct.new(
  :space_name,
  :project_name,
  :dev_environment_id,
  :started_time,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#started_timeTime

The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in RFC 3339

Returns:

  • (Time)


682
683
684
685
686
687
688
689
690
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 682

class DevEnvironmentSessionSummary < Struct.new(
  :space_name,
  :project_name,
  :dev_environment_id,
  :started_time,
  :id)
  SENSITIVE = []
  include Aws::Structure
end