Class: Aws::Types::BuildStatusConfig
- Inherits:
-
Object
- Object
- Aws::Types::BuildStatusConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::String
Returns the value of attribute context.
-
#target_url ⇒ ::String
Returns the value of attribute target_url.
Instance Attribute Details
#context ⇒ ::String
Returns the value of attribute context.
256 257 258 |
# File 'sig/types.rbs', line 256 def context @context end |
#target_url ⇒ ::String
Returns the value of attribute target_url.
257 258 259 |
# File 'sig/types.rbs', line 257 def target_url @target_url end |