Class: Aws::Types::ExecuteCommandRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteCommandRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#command ⇒ ::String
Returns the value of attribute command.
-
#container ⇒ ::String
Returns the value of attribute container.
-
#interactive ⇒ Boolean
Returns the value of attribute interactive.
-
#task ⇒ ::String
Returns the value of attribute task.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def cluster @cluster end |
#command ⇒ ::String
Returns the value of attribute command.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def command @command end |
#container ⇒ ::String
Returns the value of attribute container.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def container @container end |
#interactive ⇒ Boolean
Returns the value of attribute interactive.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def interactive @interactive end |
#task ⇒ ::String
Returns the value of attribute task.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def task @task end |