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.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def client_token @client_token end |
#display ⇒ Types::ExtractionDefinitionDisplay
Returns the value of attribute display.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def display @display end |
#extraction_configuration ⇒ Types::ExtractionConfiguration
Returns the value of attribute extraction_configuration.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def extraction_configuration @extraction_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def @tags end |