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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworkscm/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 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 598

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