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)


4065
4066
4067
# File 'sig/types.rbs', line 4065

def created_time
  @created_time
end

#displayTypes::ExtractionDefinitionDisplay

Returns the value of attribute display.



4064
4065
4066
# File 'sig/types.rbs', line 4064

def display
  @display
end

#extraction_configurationTypes::ExtractionConfiguration

Returns the value of attribute extraction_configuration.



4063
4064
4065
# File 'sig/types.rbs', line 4063

def extraction_configuration
  @extraction_configuration
end

#extraction_definition_arn::String

Returns the value of attribute extraction_definition_arn.

Returns:

  • (::String)


4062
4063
4064
# File 'sig/types.rbs', line 4062

def extraction_definition_arn
  @extraction_definition_arn
end

#extraction_definition_id::String

Returns the value of attribute extraction_definition_id.

Returns:

  • (::String)


4061
4062
4063
# File 'sig/types.rbs', line 4061

def extraction_definition_id
  @extraction_definition_id
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


4067
4068
4069
# File 'sig/types.rbs', line 4067

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


4066
4067
4068
# File 'sig/types.rbs', line 4066

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4060
4061
4062
# File 'sig/types.rbs', line 4060

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


4068
4069
4070
# File 'sig/types.rbs', line 4068

def tags
  @tags
end