Class: Aws::Types::UpdateExtractionDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExtractionDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#display ⇒ Types::ExtractionDefinitionDisplay
Returns the value of attribute display.
-
#extraction_configuration ⇒ Types::ExtractionConfiguration
Returns the value of attribute extraction_configuration.
-
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
8847 8848 8849 |
# File 'sig/types.rbs', line 8847 def client_token @client_token end |
#display ⇒ Types::ExtractionDefinitionDisplay
Returns the value of attribute display.
8852 8853 8854 |
# File 'sig/types.rbs', line 8852 def display @display end |
#extraction_configuration ⇒ Types::ExtractionConfiguration
Returns the value of attribute extraction_configuration.
8851 8852 8853 |
# File 'sig/types.rbs', line 8851 def extraction_configuration @extraction_configuration end |
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
8848 8849 8850 |
# File 'sig/types.rbs', line 8848 def extraction_definition_id @extraction_definition_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8849 8850 8851 |
# File 'sig/types.rbs', line 8849 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8850 8851 8852 |
# File 'sig/types.rbs', line 8850 def name @name end |