Class: Aws::Types::ExecuteCommandConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteCommandConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#log_configuration ⇒ Types::ExecuteCommandLogConfiguration
Returns the value of attribute log_configuration.
-
#logging ⇒ "NONE", ...
Returns the value of attribute logging.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def kms_key_id @kms_key_id end |
#log_configuration ⇒ Types::ExecuteCommandLogConfiguration
Returns the value of attribute log_configuration.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def log_configuration @log_configuration end |
#logging ⇒ "NONE", ...
Returns the value of attribute logging.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def logging @logging end |