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:



2537
2538
2539
# File 'sig/types.rbs', line 2537

def env_vars
  @env_vars
end

#instructions::String

Returns the value of attribute instructions.

Returns:

  • (::String)


2536
2537
2538
# File 'sig/types.rbs', line 2536

def instructions
  @instructions
end

#script_type::String

Returns the value of attribute script_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def script_url
  @script_url
end