Class: Aws::Types::CreateEnvironmentHostRequest

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def esx_version
  @esx_version
end

#hostTypes::HostInfoForCreate

Returns the value of attribute host.



91
92
93
# File 'sig/types.rbs', line 91

def host
  @host
end