Class: Aws::Types::VerificationScript
- Inherits:
-
Object
- Object
- Aws::Types::VerificationScript
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#env_vars ⇒ ::Array[Types::VerificationScriptEnvVar]
Returns the value of attribute env_vars.
-
#instructions ⇒ ::String
Returns the value of attribute instructions.
-
#script_type ⇒ ::String
Returns the value of attribute script_type.
-
#script_url ⇒ ::String
Returns the value of attribute script_url.
Instance Attribute Details
#env_vars ⇒ ::Array[Types::VerificationScriptEnvVar]
Returns the value of attribute env_vars.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def env_vars @env_vars end |
#instructions ⇒ ::String
Returns the value of attribute instructions.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def instructions @instructions end |
#script_type ⇒ ::String
Returns the value of attribute script_type.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def script_type @script_type end |
#script_url ⇒ ::String
Returns the value of attribute script_url.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def script_url @script_url end |