Class: Aws::Types::ExecuteCommandConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def kms_key_id
  @kms_key_id
end

#log_configurationTypes::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.

Returns:

  • ("NONE", "DEFAULT", "OVERRIDE")


1208
1209
1210
# File 'sig/types.rbs', line 1208

def logging
  @logging
end