Class: Aws::Types::CreateWorkerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#host_properties ⇒ Types::HostPropertiesRequest
Returns the value of attribute host_properties.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
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.
872 873 874 |
# File 'sig/types.rbs', line 872 def fleet_id @fleet_id end |
#host_properties ⇒ Types::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.
875 876 877 |
# File 'sig/types.rbs', line 875 def @tags end |