Class: Aws::CodeDeploy::Types::GetOnPremisesInstanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetOnPremisesInstanceOutput
- Defined in:
- gems/aws-sdk-codedeploy/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.
3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 3057 class GetOnPremisesInstanceOutput < Struct.new( :instance_info) SENSITIVE = [] include Aws::Structure end |