Class: Aws::Types::RelatedItemInputContent

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.



970
971
972
# File 'sig/types.rbs', line 970

def comment
  @comment
end

#connect_case ⇒ Types::ConnectCaseInputContent

Returns the value of attribute connect_case.



973
974
975
# File 'sig/types.rbs', line 973

def connect_case
  @connect_case
end

#contact ⇒ Types::Contact

Returns the value of attribute contact.

Returns:



969
970
971
# File 'sig/types.rbs', line 969

def contact
  @contact
end

#custom ⇒ Types::CustomInputContent

Returns the value of attribute custom.



974
975
976
# File 'sig/types.rbs', line 974

def custom
  @custom
end

#file ⇒ Types::FileContent

Returns the value of attribute file.

Returns:



971
972
973
# File 'sig/types.rbs', line 971

def file
  @file
end

#sla ⇒ Types::SlaInputContent

Returns the value of attribute sla.



972
973
974
# File 'sig/types.rbs', line 972

def sla
  @sla
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


975
976
977
# File 'sig/types.rbs', line 975

def unknown
  @unknown
end