Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_driver ⇒ ::String
Returns the value of attribute log_driver.
-
#options ⇒ ::Hash[::String, ::String]
Returns the value of attribute options.
-
#secret_options ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails]
Returns the value of attribute secret_options.
Instance Attribute Details
#log_driver ⇒ ::String
Returns the value of attribute log_driver.
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.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def @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 end |