Class: Aws::SecurityHub::Types::RegisterConnectorV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RegisterConnectorV2Response
- Defined in:
- gems/aws-sdk-securityhub/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.
29204 29205 29206 29207 29208 29209 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29204 class RegisterConnectorV2Response < Struct.new( :connector_arn, :connector_id) SENSITIVE = [] include Aws::Structure end |
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
29204 29205 29206 29207 29208 29209 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29204 class RegisterConnectorV2Response < Struct.new( :connector_arn, :connector_id) SENSITIVE = [] include Aws::Structure end |