Class: Aws::Types::CodeReview

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_types::Array[("Security" | "CodeQuality")]

Returns the value of attribute analysis_types.

Returns:

  • (::Array[("Security" | "CodeQuality")])


62
63
64
# File 'sig/types.rbs', line 62

def analysis_types
  @analysis_types
end

#association_arn::String

Returns the value of attribute association_arn.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def association_arn
  @association_arn
end

#code_review_arn::String

Returns the value of attribute code_review_arn.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def code_review_arn
  @code_review_arn
end

#config_file_state"Present", ...

Returns the value of attribute config_file_state.

Returns:

  • ("Present", "Absent", "PresentWithErrors")


63
64
65
# File 'sig/types.rbs', line 63

def config_file_state
  @config_file_state
end

#created_time_stamp::Time

Returns the value of attribute created_time_stamp.

Returns:

  • (::Time)


55
56
57
# File 'sig/types.rbs', line 55

def created_time_stamp
  @created_time_stamp
end

#last_updated_time_stamp::Time

Returns the value of attribute last_updated_time_stamp.

Returns:

  • (::Time)


56
57
58
# File 'sig/types.rbs', line 56

def last_updated_time_stamp
  @last_updated_time_stamp
end

#metricsTypes::Metrics

Returns the value of attribute metrics.

Returns:



61
62
63
# File 'sig/types.rbs', line 61

def metrics
  @metrics
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def owner
  @owner
end

#provider_type"CodeCommit", ...

Returns the value of attribute provider_type.

Returns:

  • ("CodeCommit", "GitHub", "Bitbucket", "GitHubEnterpriseServer", "S3Bucket")


52
53
54
# File 'sig/types.rbs', line 52

def provider_type
  @provider_type
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def pull_request_id
  @pull_request_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def repository_name
  @repository_name
end

#source_code_typeTypes::SourceCodeType

Returns the value of attribute source_code_type.



59
60
61
# File 'sig/types.rbs', line 59

def source_code_type
  @source_code_type
end

#state"Completed", ...

Returns the value of attribute state.

Returns:

  • ("Completed", "Pending", "Failed", "Deleting")


53
54
55
# File 'sig/types.rbs', line 53

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def state_reason
  @state_reason
end

#type"PullRequest", "RepositoryAnalysis"

Returns the value of attribute type.

Returns:



57
58
59
# File 'sig/types.rbs', line 57

def type
  @type
end