Class: Aws::Types::InvokeEndpointWithResponseStreamOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:custom_attributes])

Instance Attribute Summary collapse

Instance Attribute Details

#bodyTypes::ResponseStream

Returns the value of attribute body.



92
93
94
# File 'sig/types.rbs', line 92

def body
  @body
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def content_type
  @content_type
end

#custom_attributes::String

Returns the value of attribute custom_attributes.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def custom_attributes
  @custom_attributes
end

#invoked_production_variant::String

Returns the value of attribute invoked_production_variant.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def invoked_production_variant
  @invoked_production_variant
end