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)


286
287
288
# File 'sig/types.rbs', line 286

def assistant_arn
  @assistant_arn
end

#assistant_association_arn::String

Returns the value of attribute assistant_association_arn.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def assistant_association_arn
  @assistant_association_arn
end

#assistant_association_id::String

Returns the value of attribute assistant_association_id.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def assistant_association_id
  @assistant_association_id
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def assistant_id
  @assistant_id
end

#association_dataTypes::AssistantAssociationOutputData

Returns the value of attribute association_data.



288
289
290
# File 'sig/types.rbs', line 288

def association_data
  @association_data
end

#association_type"KNOWLEDGE_BASE", "EXTERNAL_BEDROCK_KNOWLEDGE_BASE"

Returns the value of attribute association_type.

Returns:

  • ("KNOWLEDGE_BASE", "EXTERNAL_BEDROCK_KNOWLEDGE_BASE")


287
288
289
# File 'sig/types.rbs', line 287

def association_type
  @association_type
end

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

Returns the value of attribute tags.

Returns:

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


289
290
291
# File 'sig/types.rbs', line 289

def tags
  @tags
end