Class: Aws::CodeDeploy::Types::GetOnPremisesInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetOnPremisesInstanceInput
- 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_name ⇒ String
The name of the on-premises instance about which to get information.
Instance Attribute Details
#instance_name ⇒ String
The name of the on-premises instance about which to get information.
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 |