Class: Aws::CodeDeploy::Types::DeregisterOnPremisesInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::DeregisterOnPremisesInstanceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a ‘DeregisterOnPremisesInstance` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_name ⇒ String
The name of the on-premises instance to deregister.
Instance Attribute Details
#instance_name ⇒ String
The name of the on-premises instance to deregister.
1980 1981 1982 1983 1984 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1980 class DeregisterOnPremisesInstanceInput < Struct.new( :instance_name) SENSITIVE = [] include Aws::Structure end |