Class: Aws::CodeDeploy::Types::GetOnPremisesInstanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetOnPremisesInstanceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the output of a ‘GetOnPremisesInstance` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_info ⇒ Types::InstanceInfo
Information about the on-premises instance.
Instance Attribute Details
#instance_info ⇒ Types::InstanceInfo
Information about the on-premises instance.
2614 2615 2616 2617 2618 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2614 class GetOnPremisesInstanceOutput < Struct.new( :instance_info) SENSITIVE = [] include Aws::Structure end |