Class: Aws::Types::VerificationScript

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#env_vars::Array[Types::VerificationScriptEnvVar]

Returns the value of attribute env_vars.

Returns:



2513
2514
2515
# File 'sig/types.rbs', line 2513

def env_vars
  @env_vars
end

#instructions::String

Returns the value of attribute instructions.

Returns:

  • (::String)


2512
2513
2514
# File 'sig/types.rbs', line 2512

def instructions
  @instructions
end

#script_type::String

Returns the value of attribute script_type.

Returns:

  • (::String)


2510
2511
2512
# File 'sig/types.rbs', line 2510

def script_type
  @script_type
end

#script_url::String

Returns the value of attribute script_url.

Returns:

  • (::String)


2511
2512
2513
# File 'sig/types.rbs', line 2511

def script_url
  @script_url
end