Class: Aws::Evs::Types::CreateEnvironmentHostRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::CreateEnvironmentHostRequest
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
This parameter is not used in Amazon EVS currently. -
#environment_id ⇒ String
A unique ID for the environment that the host is added to.
-
#esx_version ⇒ String
The ESX version to use for the host.
-
#host ⇒ Types::HostInfoForCreate
The host that is created and added to the environment.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the host creation request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
A suitable default value is auto-generated. You should normally not need to pass this option.
159 160 161 162 163 164 165 166 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 159 class CreateEnvironmentHostRequest < Struct.new( :client_token, :environment_id, :host, :esx_version) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique ID for the environment that the host is added to.
159 160 161 162 163 164 165 166 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 159 class CreateEnvironmentHostRequest < Struct.new( :client_token, :environment_id, :host, :esx_version) SENSITIVE = [] include Aws::Structure end |
#esx_version ⇒ String
The ESX version to use for the host.
159 160 161 162 163 164 165 166 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 159 class CreateEnvironmentHostRequest < Struct.new( :client_token, :environment_id, :host, :esx_version) SENSITIVE = [] include Aws::Structure end |
#host ⇒ Types::HostInfoForCreate
The host that is created and added to the environment.
159 160 161 162 163 164 165 166 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 159 class CreateEnvironmentHostRequest < Struct.new( :client_token, :environment_id, :host, :esx_version) SENSITIVE = [] include Aws::Structure end |