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.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def cluster @cluster end |
#command ⇒ ::String
Returns the value of attribute command.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def command @command end |
#container ⇒ ::String
Returns the value of attribute container.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def container @container end |
#interactive ⇒ Boolean
Returns the value of attribute interactive.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def interactive @interactive end |
#task ⇒ ::String
Returns the value of attribute task.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def task @task end |