Class: Aws::Types::SubmitFeedbackRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_instance_id::String

Returns the value of attribute anomaly_instance_id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def anomaly_instance_id
  @anomaly_instance_id
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def comment
  @comment
end

#profiling_group_name::String

Returns the value of attribute profiling_group_name.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def profiling_group_name
  @profiling_group_name
end

#type"Positive", "Negative"

Returns the value of attribute type.

Returns:

  • ("Positive", "Negative")


410
411
412
# File 'sig/types.rbs', line 410

def type
  @type
end