Class: Aws::Inspector2::Types::CodeSecurityIntegrationSummary

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

Overview

A summary of information about a code security integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_onTime

The timestamp when the code security integration was created.

Returns:



2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196

class CodeSecurityIntegrationSummary < Struct.new(
  :created_on,
  :integration_arn,
  :last_update_on,
  :name,
  :status,
  :status_reason,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#integration_arnString

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

Returns:

  • (String)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196

class CodeSecurityIntegrationSummary < Struct.new(
  :created_on,
  :integration_arn,
  :last_update_on,
  :name,
  :status,
  :status_reason,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_onTime

The timestamp when the code security integration was last updated.

Returns:



2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196

class CodeSecurityIntegrationSummary < Struct.new(
  :created_on,
  :integration_arn,
  :last_update_on,
  :name,
  :status,
  :status_reason,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the code security integration.

Returns:

  • (String)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196

class CodeSecurityIntegrationSummary < Struct.new(
  :created_on,
  :integration_arn,
  :last_update_on,
  :name,
  :status,
  :status_reason,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the code security integration.

Returns:

  • (String)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196

class CodeSecurityIntegrationSummary < Struct.new(
  :created_on,
  :integration_arn,
  :last_update_on,
  :name,
  :status,
  :status_reason,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason for the current status of the code security integration.

Returns:

  • (String)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196

class CodeSecurityIntegrationSummary < Struct.new(
  :created_on,
  :integration_arn,
  :last_update_on,
  :name,
  :status,
  :status_reason,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with the code security integration.

Returns:

  • (Hash<String,String>)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196

class CodeSecurityIntegrationSummary < Struct.new(
  :created_on,
  :integration_arn,
  :last_update_on,
  :name,
  :status,
  :status_reason,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of repository provider for the integration.

Returns:

  • (String)


2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196

class CodeSecurityIntegrationSummary < Struct.new(
  :created_on,
  :integration_arn,
  :last_update_on,
  :name,
  :status,
  :status_reason,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end