Class: Aws::SecurityAgent::Types::CodeReviewSummary

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

Overview

Contains summary information about a code review.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space that contains the code review.

Returns:

  • (String)


1317
1318
1319
1320
1321
1322
1323
1324
1325
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1317

class CodeReviewSummary < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#code_review_idString

The unique identifier of the code review.

Returns:

  • (String)


1317
1318
1319
1320
1321
1322
1323
1324
1325
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1317

class CodeReviewSummary < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time the code review was created, in UTC format.

Returns:

  • (Time)


1317
1318
1319
1320
1321
1322
1323
1324
1325
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1317

class CodeReviewSummary < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the code review.

Returns:

  • (String)


1317
1318
1319
1320
1321
1322
1323
1324
1325
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1317

class CodeReviewSummary < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the code review was last updated, in UTC format.

Returns:

  • (Time)


1317
1318
1319
1320
1321
1322
1323
1324
1325
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1317

class CodeReviewSummary < Struct.new(
  :code_review_id,
  :agent_space_id,
  :title,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end