Class: Aws::Types::AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsClusterConfigurationExecuteCommandConfigurationDetails
- 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::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
Returns the value of attribute log_configuration.
-
#logging ⇒ ::String
Returns the value of attribute logging.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def kms_key_id @kms_key_id end |
#log_configuration ⇒ Types::AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails
Returns the value of attribute log_configuration.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def log_configuration @log_configuration end |
#logging ⇒ ::String
Returns the value of attribute logging.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def logging @logging end |