Class: Aws::Types::ExtractionDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


4016
4017
4018
# File 'sig/types.rbs', line 4016

def created_time
  @created_time
end

#displayTypes::ExtractionDefinitionDisplay

Returns the value of attribute display.



4015
4016
4017
# File 'sig/types.rbs', line 4015

def display
  @display
end

#extraction_configurationTypes::ExtractionConfiguration

Returns the value of attribute extraction_configuration.



4014
4015
4016
# File 'sig/types.rbs', line 4014

def extraction_configuration
  @extraction_configuration
end

#extraction_definition_arn::String

Returns the value of attribute extraction_definition_arn.

Returns:

  • (::String)


4013
4014
4015
# File 'sig/types.rbs', line 4013

def extraction_definition_arn
  @extraction_definition_arn
end

#extraction_definition_id::String

Returns the value of attribute extraction_definition_id.

Returns:

  • (::String)


4012
4013
4014
# File 'sig/types.rbs', line 4012

def extraction_definition_id
  @extraction_definition_id
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


4018
4019
4020
# File 'sig/types.rbs', line 4018

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


4017
4018
4019
# File 'sig/types.rbs', line 4017

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4011
4012
4013
# File 'sig/types.rbs', line 4011

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


4019
4020
4021
# File 'sig/types.rbs', line 4019

def tags
  @tags
end