Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_driver::String

Returns the value of attribute log_driver.

Returns:

  • (::String)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def log_driver
  @log_driver
end

#options::Hash[::String, ::String]

Returns the value of attribute options.

Returns:

  • (::Hash[::String, ::String])


2318
2319
2320
# File 'sig/types.rbs', line 2318

def options
  @options
end

#secret_options::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails]

Returns the value of attribute secret_options.



2319
2320
2321
# File 'sig/types.rbs', line 2319

def secret_options
  @secret_options
end