Class: Aws::Types::InvokeEndpointAsyncInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:custom_attributes, :body])

Instance Attribute Summary collapse

Instance Attribute Details

#accept::String

Returns the value of attribute accept.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def accept
  @accept
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def content_type
  @content_type
end

#custom_attributes::String

Returns the value of attribute custom_attributes.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def custom_attributes
  @custom_attributes
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def endpoint_name
  @endpoint_name
end

#filename::String

Returns the value of attribute filename.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def filename
  @filename
end

#inference_id::String

Returns the value of attribute inference_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def inference_id
  @inference_id
end

#input_location::String

Returns the value of attribute input_location.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def input_location
  @input_location
end

#invocation_timeout_seconds::Integer

Returns the value of attribute invocation_timeout_seconds.

Returns:

  • (::Integer)


37
38
39
# File 'sig/types.rbs', line 37

def invocation_timeout_seconds
  @invocation_timeout_seconds
end

#request_ttl_seconds::Integer

Returns the value of attribute request_ttl_seconds.

Returns:

  • (::Integer)


36
37
38
# File 'sig/types.rbs', line 36

def request_ttl_seconds
  @request_ttl_seconds
end

#s3_output_path_extension::String

Returns the value of attribute s3_output_path_extension.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def s3_output_path_extension
  @s3_output_path_extension
end