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.
4016 4017 4018 |
# File 'sig/types.rbs', line 4016 def created_time @created_time end |
#display ⇒ Types::ExtractionDefinitionDisplay
Returns the value of attribute display.
4015 4016 4017 |
# File 'sig/types.rbs', line 4015 def display @display end |
#extraction_configuration ⇒ Types::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.
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.
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.
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.
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.
4011 4012 4013 |
# File 'sig/types.rbs', line 4011 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4019 4020 4021 |
# File 'sig/types.rbs', line 4019 def @tags end |