Class: Aws::Types::TranslatePinDataOutput
- Inherits:
-
Object
- Object
- Aws::Types::TranslatePinDataOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
-
#pin_block ⇒ ::String
Returns the value of attribute pin_block.
Instance Attribute Details
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
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.
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.
796 797 798 |
# File 'sig/types.rbs', line 796 def pin_block @pin_block end |