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)


672
673
674
# File 'sig/types.rbs', line 672

def assistant_id
  @assistant_id
end

#associationTypes::AssistantAssociationInputData

Returns the value of attribute association.



674
675
676
# File 'sig/types.rbs', line 674

def association
  @association
end

#association_type"KNOWLEDGE_BASE", "EXTERNAL_BEDROCK_KNOWLEDGE_BASE"

Returns the value of attribute association_type.

Returns:

  • ("KNOWLEDGE_BASE", "EXTERNAL_BEDROCK_KNOWLEDGE_BASE")


673
674
675
# File 'sig/types.rbs', line 673

def association_type
  @association_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def client_token
  @client_token
end

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

Returns the value of attribute tags.

Returns:

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


676
677
678
# File 'sig/types.rbs', line 676

def tags
  @tags
end