Class: Aws::Types::CreateAssistantAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_id ⇒ ::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def assistant_id
  @assistant_id
end

#association ⇒ Types::AssistantAssociationInputData

Returns the value of attribute association.



161
162
163
# File 'sig/types.rbs', line 161

def association
  @association
end

#association_type ⇒ "KNOWLEDGE_BASE"

Returns the value of attribute association_type.

Returns:

  • ("KNOWLEDGE_BASE")


162
163
164
# File 'sig/types.rbs', line 162

def association_type
  @association_type
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def client_token
  @client_token
end

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

Returns the value of attribute tags.

Returns:

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


164
165
166
# File 'sig/types.rbs', line 164

def tags
  @tags
end