Class: Aws::CodeDeploy::Types::GetOnPremisesInstanceInput

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

Overview

Represents the input of a ‘GetOnPremisesInstance` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_nameString

The name of the on-premises instance about which to get information.

Returns:

  • (String)


2600
2601
2602
2603
2604
# File 'lib/aws-sdk-codedeploy/types.rb', line 2600

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