Class: Aws::Interconnect::Types::GetConnectionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the requested Connection

Returns:

  • (String)


559
560
561
562
563
# File 'lib/aws-sdk-interconnect/types.rb', line 559

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