Class: Aws::Types::GetSessionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def fleet_id
  @fleet_id
end

#host_propertiesTypes::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.

Returns:

  • ("STARTED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCEEDED", "UPDATE_FAILED", "ENDED")


1560
1561
1562
# File 'sig/types.rbs', line 1560

def lifecycle_status
  @lifecycle_status
end

#logTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • ("ENDED")


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def worker_id
  @worker_id
end

#worker_logTypes::LogConfiguration

Returns the value of attribute worker_log.



1567
1568
1569
# File 'sig/types.rbs', line 1567

def worker_log
  @worker_log
end