Class: Aws::Types::CreateExtractionDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateExtractionDefinitionRequest
- 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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def client_token @client_token end |
#display ⇒ Types::ExtractionDefinitionDisplay
Returns the value of attribute display.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def display @display end |
#extraction_configuration ⇒ Types::ExtractionConfiguration
Returns the value of attribute extraction_configuration.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def extraction_configuration @extraction_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def end |