Class: Aws::OpsWorksCM::Types::DeleteServerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::DeleteServerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_name ⇒ String
The ID of the server to delete.
Instance Attribute Details
#server_name ⇒ String
The ID of the server to delete.
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 |