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.
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.
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.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def container_name @container_name end |
#interactive ⇒ Boolean
Returns the value of attribute interactive.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def interactive @interactive end |
#session ⇒ Types::Session
Returns the value of attribute session.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def session @session end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def task_arn @task_arn end |