Class: Aws::Types::ExtractionDefinitionSummary

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)


4087
4088
4089
# File 'sig/types.rbs', line 4087

def created_time
  @created_time
end

#extraction_definition_arn::String

Returns the value of attribute extraction_definition_arn.

Returns:

  • (::String)


4086
4087
4088
# File 'sig/types.rbs', line 4086

def extraction_definition_arn
  @extraction_definition_arn
end

#extraction_definition_id::String

Returns the value of attribute extraction_definition_id.

Returns:

  • (::String)


4085
4086
4087
# File 'sig/types.rbs', line 4085

def extraction_definition_id
  @extraction_definition_id
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


4089
4090
4091
# File 'sig/types.rbs', line 4089

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


4088
4089
4090
# File 'sig/types.rbs', line 4088

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4084
4085
4086
# File 'sig/types.rbs', line 4084

def name
  @name
end