Class: Aws::Types::CodeReviewSummary
- Inherits:
-
Object
- Object
- Aws::Types::CodeReviewSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_review_arn ⇒ ::String
Returns the value of attribute code_review_arn.
-
#created_time_stamp ⇒ ::Time
Returns the value of attribute created_time_stamp.
-
#last_updated_time_stamp ⇒ ::Time
Returns the value of attribute last_updated_time_stamp.
-
#metrics_summary ⇒ Types::MetricsSummary
Returns the value of attribute metrics_summary.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#provider_type ⇒ "CodeCommit", ...
Returns the value of attribute provider_type.
-
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#source_code_type ⇒ Types::SourceCodeType
Returns the value of attribute source_code_type.
-
#state ⇒ "Completed", ...
Returns the value of attribute state.
-
#type ⇒ "PullRequest", "RepositoryAnalysis"
Returns the value of attribute type.
Instance Attribute Details
#code_review_arn ⇒ ::String
Returns the value of attribute code_review_arn.
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.
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.
75 76 77 |
# File 'sig/types.rbs', line 75 def last_updated_time_stamp @last_updated_time_stamp end |
#metrics_summary ⇒ Types::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.
68 69 70 |
# File 'sig/types.rbs', line 68 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
71 72 73 |
# File 'sig/types.rbs', line 71 def owner @owner end |
#provider_type ⇒ "CodeCommit", ...
Returns the value of attribute provider_type.
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.
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.
70 71 72 |
# File 'sig/types.rbs', line 70 def repository_name @repository_name end |
#source_code_type ⇒ Types::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.
73 74 75 |
# File 'sig/types.rbs', line 73 def state @state end |
#type ⇒ "PullRequest", "RepositoryAnalysis"
Returns the value of attribute type.
76 77 78 |
# File 'sig/types.rbs', line 76 def type @type end |