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.
8829 8830 8831 |
# File 'sig/types.rbs', line 8829 def client_token @client_token end |
#display ⇒ Types::ExtractionDefinitionDisplay
Returns the value of attribute display.
8834 8835 8836 |
# File 'sig/types.rbs', line 8834 def display @display end |
#extraction_configuration ⇒ Types::ExtractionConfiguration
Returns the value of attribute extraction_configuration.
8833 8834 8835 |
# File 'sig/types.rbs', line 8833 def extraction_configuration @extraction_configuration end |
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
8830 8831 8832 |
# File 'sig/types.rbs', line 8830 def extraction_definition_id @extraction_definition_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8831 8832 8833 |
# File 'sig/types.rbs', line 8831 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8832 8833 8834 |
# File 'sig/types.rbs', line 8832 def name @name end |