Class: Aws::Types::Annotation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destructive_hintBoolean

Returns the value of attribute destructive_hint.

Returns:

  • (Boolean)


261
262
263
# File 'sig/types.rbs', line 261

def destructive_hint
  @destructive_hint
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def title
  @title
end