Class: Aws::Types::GetAsyncInvokeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:failure_message])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def client_request_token
  @client_request_token
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


527
528
529
# File 'sig/types.rbs', line 527

def end_time
  @end_time
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def failure_message
  @failure_message
end

#invocation_arn::String

Returns the value of attribute invocation_arn.

Returns:

  • (::String)


520
521
522
# File 'sig/types.rbs', line 520

def invocation_arn
  @invocation_arn
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


526
527
528
# File 'sig/types.rbs', line 526

def last_modified_time
  @last_modified_time
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def model_arn
  @model_arn
end

#output_data_configTypes::AsyncInvokeOutputDataConfig

Returns the value of attribute output_data_config.



528
529
530
# File 'sig/types.rbs', line 528

def output_data_config
  @output_data_config
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Completed", "Failed")


523
524
525
# File 'sig/types.rbs', line 523

def status
  @status
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


525
526
527
# File 'sig/types.rbs', line 525

def submit_time
  @submit_time
end