Class: Aws::OpsWorksCM::Types::DeleteServerRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworkscm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_nameString

The ID of the server to delete.

Returns:

  • (String)


598
599
600
601
602
# File 'lib/aws-sdk-opsworkscm/types.rb', line 598

class DeleteServerRequest < Struct.new(
  :server_name)
  SENSITIVE = []
  include Aws::Structure
end