Class: Aws::Types::InvokeWithResponseStreamResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_streamTypes::InvokeWithResponseStreamResponseEvent

Returns the value of attribute event_stream.



1324
1325
1326
# File 'sig/types.rbs', line 1324

def event_stream
  @event_stream
end

#executed_version::String

Returns the value of attribute executed_version.

Returns:

  • (::String)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def executed_version
  @executed_version
end

#response_stream_content_type::String

Returns the value of attribute response_stream_content_type.

Returns:

  • (::String)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def response_stream_content_type
  @response_stream_content_type
end

#status_code::Integer

Returns the value of attribute status_code.

Returns:

  • (::Integer)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def status_code
  @status_code
end