Class: Aws::SecurityHub::Types::CreateConnectorV2Response

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_urlString

The Url provide to customers for OAuth auth code flow.

Returns:

  • (String)


23342
23343
23344
23345
23346
23347
23348
# File 'lib/aws-sdk-securityhub/types.rb', line 23342

class CreateConnectorV2Response < Struct.new(
  :connector_arn,
  :connector_id,
  :auth_url)
  SENSITIVE = []
  include Aws::Structure
end

#connector_arnString

The Amazon Resource Name (ARN) of the connectorV2.

Returns:

  • (String)


23342
23343
23344
23345
23346
23347
23348
# File 'lib/aws-sdk-securityhub/types.rb', line 23342

class CreateConnectorV2Response < Struct.new(
  :connector_arn,
  :connector_id,
  :auth_url)
  SENSITIVE = []
  include Aws::Structure
end

#connector_idString

The UUID of the connectorV2 to identify connectorV2 resource.

Returns:

  • (String)


23342
23343
23344
23345
23346
23347
23348
# File 'lib/aws-sdk-securityhub/types.rb', line 23342

class CreateConnectorV2Response < Struct.new(
  :connector_arn,
  :connector_id,
  :auth_url)
  SENSITIVE = []
  include Aws::Structure
end