Class: Aws::Types::DetectEntitiesV2Response
- Inherits:
-
Object
- Object
- Aws::Types::DetectEntitiesV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
-
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
-
#unmapped_attributes ⇒ ::Array[Types::UnmappedAttribute]
Returns the value of attribute unmapped_attributes.
Instance Attribute Details
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
125 126 127 |
# File 'sig/types.rbs', line 125 def entities @entities end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
128 129 130 |
# File 'sig/types.rbs', line 128 def model_version @model_version end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
127 128 129 |
# File 'sig/types.rbs', line 127 def pagination_token @pagination_token end |
#unmapped_attributes ⇒ ::Array[Types::UnmappedAttribute]
Returns the value of attribute unmapped_attributes.
126 127 128 |
# File 'sig/types.rbs', line 126 def unmapped_attributes @unmapped_attributes end |