Class: Aws::Types::ExportVectorEnrichmentJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def arn
  @arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def client_token
  @client_token
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def execution_role_arn
  @execution_role_arn
end

#output_configTypes::ExportVectorEnrichmentJobOutputConfig

Returns the value of attribute output_config.



142
143
144
# File 'sig/types.rbs', line 142

def output_config
  @output_config
end