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.
8943 8944 8945 |
# File 'sig/types.rbs', line 8943 def client_token @client_token end |
#display ⇒ Types::ExtractionDefinitionDisplay
Returns the value of attribute display.
8948 8949 8950 |
# File 'sig/types.rbs', line 8948 def display @display end |
#extraction_configuration ⇒ Types::ExtractionConfiguration
Returns the value of attribute extraction_configuration.
8947 8948 8949 |
# File 'sig/types.rbs', line 8947 def extraction_configuration @extraction_configuration end |
#extraction_definition_id ⇒ ::String
Returns the value of attribute extraction_definition_id.
8944 8945 8946 |
# File 'sig/types.rbs', line 8944 def extraction_definition_id @extraction_definition_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8945 8946 8947 |
# File 'sig/types.rbs', line 8945 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8946 8947 8948 |
# File 'sig/types.rbs', line 8946 def name @name end |