Class: Aws::Interconnect::Types::GetConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Interconnect::Types::GetConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-interconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the requested Connection.
Instance Attribute Details
#identifier ⇒ String
The identifier of the requested Connection
559 560 561 562 563 |
# File 'lib/aws-sdk-interconnect/types.rb', line 559 class GetConnectionRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |