Class: Aws::Types::CommandExecutionResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bBoolean

Returns the value of attribute b.

Returns:

  • (Boolean)


624
625
626
# File 'sig/types.rbs', line 624

def b
  @b
end

#bin::String

Returns the value of attribute bin.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def bin
  @bin
end

#s::String

Returns the value of attribute s.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def s
  @s
end