Class: Aws::Types::CommandExecutionResult
- Inherits:
-
Object
- Object
- Aws::Types::CommandExecutionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#b ⇒ Boolean
Returns the value of attribute b.
-
#bin ⇒ ::String
Returns the value of attribute bin.
-
#s ⇒ ::String
Returns the value of attribute s.
Instance Attribute Details
#b ⇒ Boolean
Returns the value of attribute b.
624 625 626 |
# File 'sig/types.rbs', line 624 def b @b end |
#bin ⇒ ::String
Returns the value of attribute bin.
625 626 627 |
# File 'sig/types.rbs', line 625 def bin @bin end |
#s ⇒ ::String
Returns the value of attribute s.
623 624 625 |
# File 'sig/types.rbs', line 623 def s @s end |