Class: Aws::Types::AsyncInvokeSummary

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)


68
69
70
# File 'sig/types.rbs', line 68

def client_request_token
  @client_request_token
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


73
74
75
# File 'sig/types.rbs', line 73

def end_time
  @end_time
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def failure_message
  @failure_message
end

#invocation_arn::String

Returns the value of attribute invocation_arn.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def invocation_arn
  @invocation_arn
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


72
73
74
# File 'sig/types.rbs', line 72

def last_modified_time
  @last_modified_time
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def model_arn
  @model_arn
end

#output_data_configTypes::AsyncInvokeOutputDataConfig

Returns the value of attribute output_data_config.



74
75
76
# File 'sig/types.rbs', line 74

def output_data_config
  @output_data_config
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

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


69
70
71
# File 'sig/types.rbs', line 69

def status
  @status
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


71
72
73
# File 'sig/types.rbs', line 71

def submit_time
  @submit_time
end