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.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def env_vars @env_vars end |
#instructions ⇒ ::String
Returns the value of attribute instructions.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def instructions @instructions end |
#script_type ⇒ ::String
Returns the value of attribute script_type.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def script_type @script_type end |
#script_url ⇒ ::String
Returns the value of attribute script_url.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def script_url @script_url end |