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.
-
#connector_status ⇒ String
The current status of the connectorV2.
Instance Attribute Details
#auth_url ⇒ String
The Url provide to customers for OAuth auth code flow.
23326 23327 23328 23329 23330 23331 23332 23333 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23326 class CreateConnectorV2Response < Struct.new( :connector_arn, :connector_id, :auth_url, :connector_status) SENSITIVE = [] include Aws::Structure end |
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connectorV2.
23326 23327 23328 23329 23330 23331 23332 23333 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23326 class CreateConnectorV2Response < Struct.new( :connector_arn, :connector_id, :auth_url, :connector_status) SENSITIVE = [] include Aws::Structure end |
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
23326 23327 23328 23329 23330 23331 23332 23333 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23326 class CreateConnectorV2Response < Struct.new( :connector_arn, :connector_id, :auth_url, :connector_status) SENSITIVE = [] include Aws::Structure end |
#connector_status ⇒ String
The current status of the connectorV2.
23326 23327 23328 23329 23330 23331 23332 23333 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23326 class CreateConnectorV2Response < Struct.new( :connector_arn, :connector_id, :auth_url, :connector_status) SENSITIVE = [] include Aws::Structure end |