Class: Aws::QConnect::Types::Annotation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

An annotation that provides additional context or metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destructive_hintBoolean

A hint indicating that the annotation contains potentially destructive content.

Returns:

  • (Boolean)


962
963
964
965
966
967
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 962

class Annotation < Struct.new(
  :title,
  :destructive_hint)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the annotation.

Returns:

  • (String)


962
963
964
965
966
967
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 962

class Annotation < Struct.new(
  :title,
  :destructive_hint)
  SENSITIVE = []
  include Aws::Structure
end