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)


4038
4039
4040
# File 'sig/types.rbs', line 4038

def created_time
  @created_time
end

#extraction_definition_arn::String

Returns the value of attribute extraction_definition_arn.

Returns:

  • (::String)


4037
4038
4039
# File 'sig/types.rbs', line 4037

def extraction_definition_arn
  @extraction_definition_arn
end

#extraction_definition_id::String

Returns the value of attribute extraction_definition_id.

Returns:

  • (::String)


4036
4037
4038
# File 'sig/types.rbs', line 4036

def extraction_definition_id
  @extraction_definition_id
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


4040
4041
4042
# File 'sig/types.rbs', line 4040

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


4039
4040
4041
# File 'sig/types.rbs', line 4039

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4035
4036
4037
# File 'sig/types.rbs', line 4035

def name
  @name
end