Class: Aws::Types::DetectEntitiesV2Response

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:



125
126
127
# File 'sig/types.rbs', line 125

def entities
  @entities
end

#model_version::String

Returns the value of attribute model_version.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def unmapped_attributes
  @unmapped_attributes
end