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)


8847
8848
8849
# File 'sig/types.rbs', line 8847

def client_token
  @client_token
end

#displayTypes::ExtractionDefinitionDisplay

Returns the value of attribute display.



8852
8853
8854
# File 'sig/types.rbs', line 8852

def display
  @display
end

#extraction_configurationTypes::ExtractionConfiguration

Returns the value of attribute extraction_configuration.



8851
8852
8853
# File 'sig/types.rbs', line 8851

def extraction_configuration
  @extraction_configuration
end

#extraction_definition_id::String

Returns the value of attribute extraction_definition_id.

Returns:

  • (::String)


8848
8849
8850
# File 'sig/types.rbs', line 8848

def extraction_definition_id
  @extraction_definition_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8849
8850
8851
# File 'sig/types.rbs', line 8849

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8850
8851
8852
# File 'sig/types.rbs', line 8850

def name
  @name
end