Class: Aws::CodeCatalyst::Types::DevEnvironmentSessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::DevEnvironmentSessionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Information about active sessions for a Dev Environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dev_environment_id ⇒ String
The system-generated unique ID of the Dev Environment.
-
#id ⇒ String
The system-generated unique ID of the Dev Environment session.
-
#project_name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
-
#started_time ⇒ Time
The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339].
Instance Attribute Details
#dev_environment_id ⇒ String
The system-generated unique ID of the Dev Environment.
682 683 684 685 686 687 688 689 690 |
# File '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 |
#id ⇒ String
The system-generated unique ID of the Dev Environment session.
682 683 684 685 686 687 688 689 690 |
# File '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_name ⇒ String
The name of the project in the space.
682 683 684 685 686 687 688 689 690 |
# File '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_name ⇒ String
The name of the space.
682 683 684 685 686 687 688 689 690 |
# File '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_time ⇒ Time
The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in [RFC 3339]
682 683 684 685 686 687 688 689 690 |
# File '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 |