Class: Aws::Types::AssistantAssociationSummary

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)


56
57
58
# File 'sig/types.rbs', line 56

def assistant_arn
  @assistant_arn
end

#assistant_association_arn ⇒ ::String

Returns the value of attribute assistant_association_arn.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def assistant_association_arn
  @assistant_association_arn
end

#assistant_association_id ⇒ ::String

Returns the value of attribute assistant_association_id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def assistant_association_id
  @assistant_association_id
end

#assistant_id ⇒ ::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def assistant_id
  @assistant_id
end

#association_data ⇒ Types::AssistantAssociationOutputData

Returns the value of attribute association_data.



60
61
62
# File 'sig/types.rbs', line 60

def association_data
  @association_data
end

#association_type ⇒ "KNOWLEDGE_BASE"

Returns the value of attribute association_type.

Returns:

  • ("KNOWLEDGE_BASE")


61
62
63
# File 'sig/types.rbs', line 61

def association_type
  @association_type
end

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

Returns the value of attribute tags.

Returns:

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


62
63
64
# File 'sig/types.rbs', line 62

def tags
  @tags
end