Class: Aws::Inspector2::Types::CreateCodeSecurityIntegrationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:authorization_url]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_url ⇒ String

The URL used to authorize the integration with the repository provider.

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
3763
# File 'lib/aws-sdk-inspector2/types.rb', line 3757

class CreateCodeSecurityIntegrationResponse < Struct.new(
  :integration_arn,
  :status,
  :authorization_url)
  SENSITIVE = [:authorization_url]
  include Aws::Structure
end

#integration_arn ⇒ String

The Amazon Resource Name (ARN) of the created code security integration.

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
3763
# File 'lib/aws-sdk-inspector2/types.rb', line 3757

class CreateCodeSecurityIntegrationResponse < Struct.new(
  :integration_arn,
  :status,
  :authorization_url)
  SENSITIVE = [:authorization_url]
  include Aws::Structure
end

#status ⇒ String

The current status of the code security integration.

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
3763
# File 'lib/aws-sdk-inspector2/types.rb', line 3757

class CreateCodeSecurityIntegrationResponse < Struct.new(
  :integration_arn,
  :status,
  :authorization_url)
  SENSITIVE = [:authorization_url]
  include Aws::Structure
end