Class: Aws::Types::GetWorkerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1714
1715
1716
# File 'sig/types.rbs', line 1714

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1715
1716
1717
# File 'sig/types.rbs', line 1715

def created_by
  @created_by
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def fleet_id
  @fleet_id
end

#host_propertiesTypes::HostPropertiesResponse

Returns the value of attribute host_properties.



1711
1712
1713
# File 'sig/types.rbs', line 1711

def host_properties
  @host_properties
end

#logTypes::LogConfiguration

Returns the value of attribute log.



1713
1714
1715
# File 'sig/types.rbs', line 1713

def log
  @log
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:

  • ("CREATED", "STARTED", "STOPPING", "STOPPED", "NOT_RESPONDING", "NOT_COMPATIBLE", "RUNNING", "IDLE")


1712
1713
1714
# File 'sig/types.rbs', line 1712

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1716
1717
1718
# File 'sig/types.rbs', line 1716

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def updated_by
  @updated_by
end

#worker_id::String

Returns the value of attribute worker_id.

Returns:

  • (::String)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def worker_id
  @worker_id
end