Class: Aws::Types::ExtractionDefinitionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExtractionDefinitionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#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.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_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.
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.
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.
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.
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.
4084 4085 4086 |
# File 'sig/types.rbs', line 4084 def name @name end |