Class: Aws::Types::RunCommandTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def key
  @key
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


1129
1130
1131
# File 'sig/types.rbs', line 1129

def values
  @values
end