Class: Aws::Types::InvokeEndpointOutput

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

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def body
  @body
end

#closed_session_id::String

Returns the value of attribute closed_session_id.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def closed_session_id
  @closed_session_id
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def content_type
  @content_type
end

#custom_attributes::String

Returns the value of attribute custom_attributes.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def custom_attributes
  @custom_attributes
end

#invoked_production_variant::String

Returns the value of attribute invoked_production_variant.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def invoked_production_variant
  @invoked_production_variant
end

#new_session_id::String

Returns the value of attribute new_session_id.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def new_session_id
  @new_session_id
end