Class: Aws::Types::PreTokenGenerationVersionConfigType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_arn::String

Returns the value of attribute lambda_arn.

Returns:

  • (::String)


1755
1756
1757
# File 'sig/types.rbs', line 1755

def lambda_arn
  @lambda_arn
end

#lambda_version"V1_0", ...

Returns the value of attribute lambda_version.

Returns:

  • ("V1_0", "V2_0", "V3_0")


1754
1755
1756
# File 'sig/types.rbs', line 1754

def lambda_version
  @lambda_version
end