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:



2497
2498
2499
# File 'sig/types.rbs', line 2497

def env_vars
  @env_vars
end

#instructions::String

Returns the value of attribute instructions.

Returns:

  • (::String)


2496
2497
2498
# File 'sig/types.rbs', line 2496

def instructions
  @instructions
end

#script_type::String

Returns the value of attribute script_type.

Returns:

  • (::String)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def script_type
  @script_type
end

#script_url::String

Returns the value of attribute script_url.

Returns:

  • (::String)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def script_url
  @script_url
end