Class: Aws::SecurityHub::Types::ConnectorRegistrationsV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ConnectorRegistrationsV2Response
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connectorV2.
-
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connectorV2.
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_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
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 |