Class: Aws::Types::CreateExtractionDefinitionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def client_token
  @client_token
end

#displayTypes::ExtractionDefinitionDisplay

Returns the value of attribute display.



1541
1542
1543
# File 'sig/types.rbs', line 1541

def display
  @display
end

#extraction_configurationTypes::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.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1542
1543
1544
# File 'sig/types.rbs', line 1542

def tags
  @tags
end