Class: Aws::Interconnect::Types::GetConnectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-interconnect/lib/aws-sdk-interconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionTypes::Connection

The existing Connection resource.

Returns:



571
572
573
574
575
# File 'gems/aws-sdk-interconnect/lib/aws-sdk-interconnect/types.rb', line 571

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