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)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def cluster
  @cluster
end

#command::String

Returns the value of attribute command.

Returns:

  • (::String)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def command
  @command
end

#container::String

Returns the value of attribute container.

Returns:

  • (::String)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def container
  @container
end

#interactiveBoolean

Returns the value of attribute interactive.

Returns:

  • (Boolean)


1241
1242
1243
# File 'sig/types.rbs', line 1241

def interactive
  @interactive
end

#task::String

Returns the value of attribute task.

Returns:

  • (::String)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def task
  @task
end