Class: Aws::SecurityHub::Types::CreateConnectorV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::CreateConnectorV2Response
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_url ⇒ String
The Url provide to customers for OAuth auth code flow.
-
#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
#auth_url ⇒ String
The Url provide to customers for OAuth auth code flow.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the connectorV2.
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_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
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 |