Class: Aws::Types::UpdateExtractionDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8943
8944
8945
# File 'sig/types.rbs', line 8943

def client_token
  @client_token
end

#displayTypes::ExtractionDefinitionDisplay

Returns the value of attribute display.



8948
8949
8950
# File 'sig/types.rbs', line 8948

def display
  @display
end

#extraction_configurationTypes::ExtractionConfiguration

Returns the value of attribute extraction_configuration.



8947
8948
8949
# File 'sig/types.rbs', line 8947

def extraction_configuration
  @extraction_configuration
end

#extraction_definition_id::String

Returns the value of attribute extraction_definition_id.

Returns:

  • (::String)


8944
8945
8946
# File 'sig/types.rbs', line 8944

def extraction_definition_id
  @extraction_definition_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8945
8946
8947
# File 'sig/types.rbs', line 8945

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8946
8947
8948
# File 'sig/types.rbs', line 8946

def name
  @name
end