Class: Aws::Types::CreateCodeReviewRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCodeReviewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#repository_association_arn ⇒ ::String
Returns the value of attribute repository_association_arn.
-
#type ⇒ Types::CodeReviewType
Returns the value of attribute type.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
105 106 107 |
# File 'sig/types.rbs', line 105 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
102 103 104 |
# File 'sig/types.rbs', line 102 def name @name end |
#repository_association_arn ⇒ ::String
Returns the value of attribute repository_association_arn.
103 104 105 |
# File 'sig/types.rbs', line 103 def repository_association_arn @repository_association_arn end |
#type ⇒ Types::CodeReviewType
Returns the value of attribute type.
104 105 106 |
# File 'sig/types.rbs', line 104 def type @type end |