Class: Aws::SecurityAgent::Types::VerificationScriptEnvVar
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::VerificationScriptEnvVar
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Represents an environment variable required to run a verification script.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the environment variable.
-
#value ⇒ String
The value of the environment variable.
Instance Attribute Details
#name ⇒ String
The name of the environment variable.
5403 5404 5405 5406 5407 5408 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5403 class VerificationScriptEnvVar < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the environment variable.
5403 5404 5405 5406 5407 5408 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5403 class VerificationScriptEnvVar < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |