Class: Aws::Types::StartAsyncInvokeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:model_input])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def client_request_token
  @client_request_token
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def model_id
  @model_id
end

#model_inputObject

Returns the value of attribute model_input.

Returns:

  • (Object)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def model_input
  @model_input
end

#output_data_configTypes::AsyncInvokeOutputDataConfig

Returns the value of attribute output_data_config.



1339
1340
1341
# File 'sig/types.rbs', line 1339

def output_data_config
  @output_data_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1340
1341
1342
# File 'sig/types.rbs', line 1340

def tags
  @tags
end