Class: Aws::SecurityHub::Types::ConnectorRegistrationsV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ConnectorRegistrationsV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_code ⇒ String
The authCode retrieved from authUrl to complete the OAuth 2.0 authorization code flow.
-
#auth_state ⇒ String
The authState retrieved from authUrl to complete the OAuth 2.0 authorization code flow.
Instance Attribute Details
#auth_code ⇒ String
The authCode retrieved from authUrl to complete the OAuth 2.0 authorization code flow.
22830 22831 22832 22833 22834 22835 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22830 class ConnectorRegistrationsV2Request < Struct.new( :auth_code, :auth_state) SENSITIVE = [] include Aws::Structure end |
#auth_state ⇒ String
The authState retrieved from authUrl to complete the OAuth 2.0 authorization code flow.
22830 22831 22832 22833 22834 22835 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22830 class ConnectorRegistrationsV2Request < Struct.new( :auth_code, :auth_state) SENSITIVE = [] include Aws::Structure end |