Class: Aws::Types::InvokeEndpointInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:body, :custom_attributes])

Instance Attribute Summary collapse

Instance Attribute Details

#accept::String

Returns the value of attribute accept.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def accept
  @accept
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def content_type
  @content_type
end

#custom_attributes::String

Returns the value of attribute custom_attributes.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def custom_attributes
  @custom_attributes
end

#enable_explanations::String

Returns the value of attribute enable_explanations.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def enable_explanations
  @enable_explanations
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def endpoint_name
  @endpoint_name
end

#inference_component_name::String

Returns the value of attribute inference_component_name.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def inference_component_name
  @inference_component_name
end

#inference_id::String

Returns the value of attribute inference_id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def inference_id
  @inference_id
end

#prefix_aware_id::String

Returns the value of attribute prefix_aware_id.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def prefix_aware_id
  @prefix_aware_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def session_id
  @session_id
end

#target_container_hostname::String

Returns the value of attribute target_container_hostname.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def target_container_hostname
  @target_container_hostname
end

#target_model::String

Returns the value of attribute target_model.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def target_model
  @target_model
end

#target_variant::String

Returns the value of attribute target_variant.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def target_variant
  @target_variant
end