Class: Aws::Interconnect::Types::UpdateConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Interconnect::Types::UpdateConnectionResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-interconnect/types.rb', line 991 class UpdateConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |