Method: Aws::CodeDeploy::Types::DeregisterOnPremisesInstanceInput#instance_name
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
#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 |