Method: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails#name
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#name ⇒ String
The name of the secret.
10851 10852 10853 10854 10855 10856 |
# File 'lib/aws-sdk-securityhub/types.rb', line 10851 class AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails < Struct.new( :name, :value_from) SENSITIVE = [] include Aws::Structure end |