Class: Aws::Types::DeleteEnvironmentHostRequest

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)


154
155
156
# File 'sig/types.rbs', line 154

def client_token
  @client_token
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def environment_id
  @environment_id
end

#host_name::String

Returns the value of attribute host_name.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def host_name
  @host_name
end