Class: Aws::Types::CreateEnvironmentHostRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentHostRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#esx_version ⇒ ::String
Returns the value of attribute esx_version.
-
#host ⇒ Types::HostInfoForCreate
Returns the value of attribute host.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
89 90 91 |
# File 'sig/types.rbs', line 89 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
90 91 92 |
# File 'sig/types.rbs', line 90 def environment_id @environment_id end |
#esx_version ⇒ ::String
Returns the value of attribute esx_version.
92 93 94 |
# File 'sig/types.rbs', line 92 def esx_version @esx_version end |
#host ⇒ Types::HostInfoForCreate
Returns the value of attribute host.
91 92 93 |
# File 'sig/types.rbs', line 91 def host @host end |