Class: Aws::Interconnect::Types::UpdateConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Interconnect::Types::UpdateConnectionResponse
- Defined in:
- gems/aws-sdk-interconnect/lib/aws-sdk-interconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::Connection
The resulting updated Connection.
Instance Attribute Details
#connection ⇒ Types::Connection
The resulting updated Connection
991 992 993 994 995 |
# File 'gems/aws-sdk-interconnect/lib/aws-sdk-interconnect/types.rb', line 991 class UpdateConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |