Class: Aws::Types::CodeReviewSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_review_arn::String

Returns the value of attribute code_review_arn.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def code_review_arn
  @code_review_arn
end

#created_time_stamp::Time

Returns the value of attribute created_time_stamp.

Returns:

  • (::Time)


74
75
76
# File 'sig/types.rbs', line 74

def created_time_stamp
  @created_time_stamp
end

#last_updated_time_stamp::Time

Returns the value of attribute last_updated_time_stamp.

Returns:

  • (::Time)


75
76
77
# File 'sig/types.rbs', line 75

def last_updated_time_stamp
  @last_updated_time_stamp
end

#metrics_summaryTypes::MetricsSummary

Returns the value of attribute metrics_summary.



78
79
80
# File 'sig/types.rbs', line 78

def metrics_summary
  @metrics_summary
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def owner
  @owner
end

#provider_type"CodeCommit", ...

Returns the value of attribute provider_type.

Returns:

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


72
73
74
# File 'sig/types.rbs', line 72

def provider_type
  @provider_type
end

#pull_request_id::String

Returns the value of attribute pull_request_id.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def pull_request_id
  @pull_request_id
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def repository_name
  @repository_name
end

#source_code_typeTypes::SourceCodeType

Returns the value of attribute source_code_type.



79
80
81
# File 'sig/types.rbs', line 79

def source_code_type
  @source_code_type
end

#state"Completed", ...

Returns the value of attribute state.

Returns:

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


73
74
75
# File 'sig/types.rbs', line 73

def state
  @state
end

#type"PullRequest", "RepositoryAnalysis"

Returns the value of attribute type.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def type
  @type
end