Class: Aws::Types::CodeStarParameters
- Inherits:
-
Object
- Object
- Aws::Types::CodeStarParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_path ⇒ ::String
Returns the value of attribute artifact_path.
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#repository ⇒ ::String
Returns the value of attribute repository.
Instance Attribute Details
#artifact_path ⇒ ::String
Returns the value of attribute artifact_path.
115 116 117 |
# File 'sig/types.rbs', line 115 def artifact_path @artifact_path end |
#branch ⇒ ::String
Returns the value of attribute branch.
114 115 116 |
# File 'sig/types.rbs', line 114 def branch @branch end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
112 113 114 |
# File 'sig/types.rbs', line 112 def connection_arn @connection_arn end |
#repository ⇒ ::String
Returns the value of attribute repository.
113 114 115 |
# File 'sig/types.rbs', line 113 def repository @repository end |