Class: Aws::CodeDeploy::Types::GetOnPremisesInstanceOutput

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_infoTypes::InstanceInfo

Information about the on-premises instance.

Returns:



2614
2615
2616
2617
2618
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2614

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