Class: Aws::Types::CodeReview
- Inherits:
-
Object
- Object
- Aws::Types::CodeReview
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_types ⇒ ::Array[("Security" | "CodeQuality")]
Returns the value of attribute analysis_types.
-
#association_arn ⇒ ::String
Returns the value of attribute association_arn.
-
#code_review_arn ⇒ ::String
Returns the value of attribute code_review_arn.
-
#config_file_state ⇒ "Present", ...
Returns the value of attribute config_file_state.
-
#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 ⇒ Types::Metrics
Returns the value of attribute metrics.
-
#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.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#type ⇒ "PullRequest", "RepositoryAnalysis"
Returns the value of attribute type.
Instance Attribute Details
#analysis_types ⇒ ::Array[("Security" | "CodeQuality")]
Returns the value of attribute analysis_types.
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.
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.
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.
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.
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.
56 57 58 |
# File 'sig/types.rbs', line 56 def last_updated_time_stamp @last_updated_time_stamp end |
#metrics ⇒ Types::Metrics
Returns the value of attribute metrics.
61 62 63 |
# File 'sig/types.rbs', line 61 def metrics @metrics end |
#name ⇒ ::String
Returns the value of attribute name.
48 49 50 |
# File 'sig/types.rbs', line 48 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
51 52 53 |
# File 'sig/types.rbs', line 51 def owner @owner end |
#provider_type ⇒ "CodeCommit", ...
Returns the value of attribute provider_type.
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.
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.
50 51 52 |
# File 'sig/types.rbs', line 50 def repository_name @repository_name end |
#source_code_type ⇒ Types::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.
53 54 55 |
# File 'sig/types.rbs', line 53 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
54 55 56 |
# File 'sig/types.rbs', line 54 def state_reason @state_reason end |
#type ⇒ "PullRequest", "RepositoryAnalysis"
Returns the value of attribute type.
57 58 59 |
# File 'sig/types.rbs', line 57 def type @type end |