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)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def client_token
  @client_token
end

#displayTypes::ExtractionDefinitionDisplay

Returns the value of attribute display.



1559
1560
1561
# File 'sig/types.rbs', line 1559

def display
  @display
end

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

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


1560
1561
1562
# File 'sig/types.rbs', line 1560

def tags
  @tags
end