Class: Aws::Types::InvokeEndpointWithResponseStreamInput

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)


80
81
82
# File 'sig/types.rbs', line 80

def accept
  @accept
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def content_type
  @content_type
end

#custom_attributes::String

Returns the value of attribute custom_attributes.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def custom_attributes
  @custom_attributes
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def endpoint_name
  @endpoint_name
end

#inference_component_name::String

Returns the value of attribute inference_component_name.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def inference_component_name
  @inference_component_name
end

#inference_id::String

Returns the value of attribute inference_id.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def inference_id
  @inference_id
end

#prefix_aware_id::String

Returns the value of attribute prefix_aware_id.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def prefix_aware_id
  @prefix_aware_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def session_id
  @session_id
end

#target_container_hostname::String

Returns the value of attribute target_container_hostname.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def target_container_hostname
  @target_container_hostname
end

#target_variant::String

Returns the value of attribute target_variant.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def target_variant
  @target_variant
end