Class: Aws::Types::ApprovalPattern
- Inherits:
-
Object
- Object
- Aws::Types::ApprovalPattern
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#argument_pins ⇒ ::Hash[::String, ::String]
Returns the value of attribute argument_pins.
-
#tool ⇒ ::String
Returns the value of attribute tool.
Instance Attribute Details
#argument_pins ⇒ ::Hash[::String, ::String]
Returns the value of attribute argument_pins.
112 113 114 |
# File 'sig/types.rbs', line 112 def argument_pins @argument_pins end |
#tool ⇒ ::String
Returns the value of attribute tool.
111 112 113 |
# File 'sig/types.rbs', line 111 def tool @tool end |