Class: Aws::Types::DetectEntitiesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entities::Array[Types::Entity]

Returns the value of attribute entities.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def entities
  @entities
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def model_version
  @model_version
end

#pagination_token::String

Returns the value of attribute pagination_token.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def pagination_token
  @pagination_token
end

#unmapped_attributes::Array[Types::UnmappedAttribute]

Returns the value of attribute unmapped_attributes.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def unmapped_attributes
  @unmapped_attributes
end