Class: Aws::QConnect::Types::Annotation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::Annotation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
An annotation that provides additional context or metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destructive_hint ⇒ Boolean
A hint indicating that the annotation contains potentially destructive content.
-
#title ⇒ String
The title of the annotation.
Instance Attribute Details
#destructive_hint ⇒ Boolean
A hint indicating that the annotation contains potentially destructive content.
962 963 964 965 966 967 |
# File 'lib/aws-sdk-qconnect/types.rb', line 962 class Annotation < Struct.new( :title, :destructive_hint) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the annotation.
962 963 964 965 966 967 |
# File 'lib/aws-sdk-qconnect/types.rb', line 962 class Annotation < Struct.new( :title, :destructive_hint) SENSITIVE = [] include Aws::Structure end |