Class: Aws::Types::AssistantAssociationData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_arn ⇒ ::String

Returns the value of attribute assistant_arn.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def assistant_arn
  @assistant_arn
end

#assistant_association_arn ⇒ ::String

Returns the value of attribute assistant_association_arn.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def assistant_association_arn
  @assistant_association_arn
end

#assistant_association_id ⇒ ::String

Returns the value of attribute assistant_association_id.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def assistant_association_id
  @assistant_association_id
end

#assistant_id ⇒ ::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def assistant_id
  @assistant_id
end

#association_data ⇒ Types::AssistantAssociationOutputData

Returns the value of attribute association_data.



27
28
29
# File 'sig/types.rbs', line 27

def association_data
  @association_data
end

#association_type ⇒ "KNOWLEDGE_BASE"

Returns the value of attribute association_type.

Returns:

  • ("KNOWLEDGE_BASE")


28
29
30
# File 'sig/types.rbs', line 28

def association_type
  @association_type
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


29
30
31
# File 'sig/types.rbs', line 29

def tags
  @tags
end