Class: Aws::SecurityHub::Types::ConnectorRegistrationsV2Response

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

#connector_arnString

The Amazon Resource Name (ARN) of the connectorV2.

Returns:

  • (String)


22830
22831
22832
22833
22834
22835
# File 'lib/aws-sdk-securityhub/types.rb', line 22830

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

#connector_idString

The UUID of the connectorV2 to identify connectorV2 resource.

Returns:

  • (String)


22830
22831
22832
22833
22834
22835
# File 'lib/aws-sdk-securityhub/types.rb', line 22830

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