Class: Aws::Types::InvokeModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:body])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def content_type
  @content_type
end

#performance_config_latency"standard", "optimized"

Returns the value of attribute performance_config_latency.

Returns:

  • ("standard", "optimized")


1084
1085
1086
# File 'sig/types.rbs', line 1084

def performance_config_latency
  @performance_config_latency
end

#service_tier"priority", ...

Returns the value of attribute service_tier.

Returns:

  • ("priority", "default", "flex", "reserved")


1085
1086
1087
# File 'sig/types.rbs', line 1085

def service_tier
  @service_tier
end