Class: Aws::Types::ExecuteCommandResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteCommandResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#container_arn ⇒ ::String
Returns the value of attribute container_arn.
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#interactive ⇒ Boolean
Returns the value of attribute interactive.
-
#session ⇒ Types::Session
Returns the value of attribute session.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
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.
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.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def container_name @container_name end |
#interactive ⇒ Boolean
Returns the value of attribute interactive.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def interactive @interactive end |
#session ⇒ Types::Session
Returns the value of attribute session.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def session @session end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def task_arn @task_arn end |