Class: Aws::Types::StartVectorEnrichmentJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartVectorEnrichmentJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#input_config ⇒ Types::VectorEnrichmentJobInputConfig
Returns the value of attribute input_config.
-
#job_config ⇒ Types::VectorEnrichmentJobConfig
Returns the value of attribute job_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_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.
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.
617 618 619 |
# File 'sig/types.rbs', line 617 def execution_role_arn @execution_role_arn end |
#input_config ⇒ Types::VectorEnrichmentJobInputConfig
Returns the value of attribute input_config.
618 619 620 |
# File 'sig/types.rbs', line 618 def input_config @input_config end |
#job_config ⇒ Types::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.
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.
621 622 623 |
# File 'sig/types.rbs', line 621 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
622 623 624 |
# File 'sig/types.rbs', line 622 def @tags end |