Class: Aws::Types::StartVectorEnrichmentJobInput

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)


616
617
618
# File 'sig/types.rbs', line 616

def client_token
  @client_token
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def execution_role_arn
  @execution_role_arn
end

#input_configTypes::VectorEnrichmentJobInputConfig

Returns the value of attribute input_config.



618
619
620
# File 'sig/types.rbs', line 618

def input_config
  @input_config
end

#job_configTypes::VectorEnrichmentJobConfig

Returns the value of attribute job_config.



619
620
621
# File 'sig/types.rbs', line 619

def job_config
  @job_config
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


622
623
624
# File 'sig/types.rbs', line 622

def tags
  @tags
end