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:



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

def env_vars
  @env_vars
end

#instructions::String

Returns the value of attribute instructions.

Returns:

  • (::String)


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

def instructions
  @instructions
end

#script_type::String

Returns the value of attribute script_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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

def script_url
  @script_url
end