Class: Aws::Types::ExtractionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ExtractionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#display ⇒ Types::ExtractionDefinitionDisplay
Returns the value of attribute display.
-
#extraction_configuration ⇒ Types::ExtractionConfiguration
Returns the value of attribute extraction_configuration.
-
#extraction_definition_arn ⇒ ::String
Returns the value of attribute extraction_definition_arn.
-
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
4065 4066 4067 |
# File 'sig/types.rbs', line 4065 def created_time @created_time end |
#display ⇒ Types::ExtractionDefinitionDisplay
Returns the value of attribute display.
4064 4065 4066 |
# File 'sig/types.rbs', line 4064 def display @display end |
#extraction_configuration ⇒ Types::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.
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.
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.
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.
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.
4060 4061 4062 |
# File 'sig/types.rbs', line 4060 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4068 4069 4070 |
# File 'sig/types.rbs', line 4068 def end |