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.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def kms_key_id @kms_key_id end |
#log_configuration ⇒ Types::ExecuteCommandLogConfiguration
Returns the value of attribute log_configuration.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def log_configuration @log_configuration end |
#logging ⇒ "NONE", ...
Returns the value of attribute logging.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def logging @logging end |