Class: Aws::Types::AwsEcsClusterConfigurationExecuteCommandConfigurationDetails

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)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def kms_key_id
  @kms_key_id
end

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

Returns:

  • (::String)


2070
2071
2072
# File 'sig/types.rbs', line 2070

def logging
  @logging
end