Class: Aws::PcaConnectorAd::Types::CreateConnectorResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arnString

If successful, the Amazon Resource Name (ARN) of the connector for Active Directory.

Returns:

  • (String)


442
443
444
445
446
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 442

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