Class: Aws::Types::TranslatePinDataOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:pin_block])

Instance Attribute Summary collapse

Instance Attribute Details

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def key_arn
  @key_arn
end

#key_check_value::String

Returns the value of attribute key_check_value.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def key_check_value
  @key_check_value
end

#pin_block::String

Returns the value of attribute pin_block.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def pin_block
  @pin_block
end