Class: Aws::Types::ExecuteCommandResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def cluster_arn
  @cluster_arn
end

#container_arn::String

Returns the value of attribute container_arn.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def container_arn
  @container_arn
end

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def container_name
  @container_name
end

#interactiveBoolean

Returns the value of attribute interactive.

Returns:

  • (Boolean)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def interactive
  @interactive
end

#sessionTypes::Session

Returns the value of attribute session.

Returns:



1236
1237
1238
# File 'sig/types.rbs', line 1236

def session
  @session
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


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

def task_arn
  @task_arn
end