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:



1247
1248
1249
# File 'sig/types.rbs', line 1247

def cluster_arn
  @cluster_arn
end

#container_arn::String

Returns the value of attribute container_arn.

Returns:



1248
1249
1250
# File 'sig/types.rbs', line 1248

def container_arn
  @container_arn
end

#container_name::String

Returns the value of attribute container_name.

Returns:



1249
1250
1251
# File 'sig/types.rbs', line 1249

def container_name
  @container_name
end

#interactiveBoolean

Returns the value of attribute interactive.

Returns:



1250
1251
1252
# File 'sig/types.rbs', line 1250

def interactive
  @interactive
end

#sessionTypes::Session

Returns the value of attribute session.

Returns:



1251
1252
1253
# File 'sig/types.rbs', line 1251

def session
  @session
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:



1252
1253
1254
# File 'sig/types.rbs', line 1252

def task_arn
  @task_arn
end