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.
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.
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.
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.
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.
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.
4035 4036 4037 |
# File 'sig/types.rbs', line 4035 def name @name end |