Class: Aws::Types::DeploymentParameterInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:secret_string])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def name
  @name
end

#secret_string::String

Returns the value of attribute secret_string.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def secret_string
  @secret_string
end