Class: Aws::Types::EntityRecognizerAnnotations
- Inherits:
-
Object
- Object
- Aws::Types::EntityRecognizerAnnotations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#test_s3_uri ⇒ ::String
Returns the value of attribute test_s3_uri.
Instance Attribute Details
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
931 932 933 |
# File 'sig/types.rbs', line 931 def s3_uri @s3_uri end |
#test_s3_uri ⇒ ::String
Returns the value of attribute test_s3_uri.
932 933 934 |
# File 'sig/types.rbs', line 932 def test_s3_uri @test_s3_uri end |