Class: Aws::Types::RelatedItemContent

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

Defined Under Namespace

Classes: Comment, ConnectCase, Contact, Custom, File, Sla, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment ⇒ Types::CommentContent

Returns the value of attribute comment.



939
940
941
# File 'sig/types.rbs', line 939

def comment
  @comment
end

#connect_case ⇒ Types::ConnectCaseContent

Returns the value of attribute connect_case.



942
943
944
# File 'sig/types.rbs', line 942

def connect_case
  @connect_case
end

#contact ⇒ Types::ContactContent

Returns the value of attribute contact.



938
939
940
# File 'sig/types.rbs', line 938

def contact
  @contact
end

#custom ⇒ Types::CustomContent

Returns the value of attribute custom.



943
944
945
# File 'sig/types.rbs', line 943

def custom
  @custom
end

#file ⇒ Types::FileContent

Returns the value of attribute file.

Returns:



940
941
942
# File 'sig/types.rbs', line 940

def file
  @file
end

#sla ⇒ Types::SlaContent

Returns the value of attribute sla.

Returns:



941
942
943
# File 'sig/types.rbs', line 941

def sla
  @sla
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


944
945
946
# File 'sig/types.rbs', line 944

def unknown
  @unknown
end