Class: Aws::Types::GetSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#host_properties ⇒ Types::HostPropertiesResponse
Returns the value of attribute host_properties.
-
#lifecycle_status ⇒ "STARTED", ...
Returns the value of attribute lifecycle_status.
-
#log ⇒ Types::LogConfiguration
Returns the value of attribute log.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#target_lifecycle_status ⇒ "ENDED"
Returns the value of attribute target_lifecycle_status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
-
#worker_log ⇒ Types::LogConfiguration
Returns the value of attribute worker_log.
Instance Attribute Details
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def ended_at @ended_at end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def fleet_id @fleet_id end |
#host_properties ⇒ Types::HostPropertiesResponse
Returns the value of attribute host_properties.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def host_properties @host_properties end |
#lifecycle_status ⇒ "STARTED", ...
Returns the value of attribute lifecycle_status.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def lifecycle_status @lifecycle_status end |
#log ⇒ Types::LogConfiguration
Returns the value of attribute log.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def log @log end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def session_id @session_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def started_at @started_at end |
#target_lifecycle_status ⇒ "ENDED"
Returns the value of attribute target_lifecycle_status.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def target_lifecycle_status @target_lifecycle_status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def updated_by @updated_by end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def worker_id @worker_id end |
#worker_log ⇒ Types::LogConfiguration
Returns the value of attribute worker_log.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def worker_log @worker_log end |