Class: Aws::Types::InvokeModelWithResponseStreamResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bodyTypes::ResponseStream

Returns the value of attribute body.



1120
1121
1122
# File 'sig/types.rbs', line 1120

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def content_type
  @content_type
end

#performance_config_latency"standard", "optimized"

Returns the value of attribute performance_config_latency.

Returns:

  • ("standard", "optimized")


1122
1123
1124
# File 'sig/types.rbs', line 1122

def performance_config_latency
  @performance_config_latency
end

#service_tier"priority", ...

Returns the value of attribute service_tier.

Returns:

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


1123
1124
1125
# File 'sig/types.rbs', line 1123

def service_tier
  @service_tier
end