Class: Aws::Types::CreateWorkerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def client_token
  @client_token
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


871
872
873
# File 'sig/types.rbs', line 871

def farm_id
  @farm_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def fleet_id
  @fleet_id
end

#host_propertiesTypes::HostPropertiesRequest

Returns the value of attribute host_properties.



873
874
875
# File 'sig/types.rbs', line 873

def host_properties
  @host_properties
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


875
876
877
# File 'sig/types.rbs', line 875

def tags
  @tags
end