Class: Aws::CodeDeploy::Types::GetOnPremisesInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetOnPremisesInstanceInput
- Defined in:
- gems/aws-sdk-codedeploy/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.
2519 2520 2521 2522 2523 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2519 class GetOnPremisesInstanceInput < Struct.new( :instance_name) SENSITIVE = [] include Aws::Structure end |