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)


8867
8868
8869
# File 'sig/types.rbs', line 8867

def client_token
  @client_token
end

#displayTypes::ExtractionDefinitionDisplay

Returns the value of attribute display.



8872
8873
8874
# File 'sig/types.rbs', line 8872

def display
  @display
end

#extraction_configurationTypes::ExtractionConfiguration

Returns the value of attribute extraction_configuration.



8871
8872
8873
# File 'sig/types.rbs', line 8871

def extraction_configuration
  @extraction_configuration
end

#extraction_definition_id::String

Returns the value of attribute extraction_definition_id.

Returns:

  • (::String)


8868
8869
8870
# File 'sig/types.rbs', line 8868

def extraction_definition_id
  @extraction_definition_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8869
8870
8871
# File 'sig/types.rbs', line 8869

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8870
8871
8872
# File 'sig/types.rbs', line 8870

def name
  @name
end