Class: Aws::Types::ExecuteCommandRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def cluster
  @cluster
end

#command::String

Returns the value of attribute command.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def command
  @command
end

#container::String

Returns the value of attribute container.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def container
  @container
end

#interactiveBoolean

Returns the value of attribute interactive.

Returns:

  • (Boolean)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def interactive
  @interactive
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def task
  @task
end