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)


325
326
327
# File 'sig/types.rbs', line 325

def assistant_arn
  @assistant_arn
end

#assistant_association_arn::String

Returns the value of attribute assistant_association_arn.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def assistant_association_arn
  @assistant_association_arn
end

#assistant_association_id::String

Returns the value of attribute assistant_association_id.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def assistant_association_id
  @assistant_association_id
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def assistant_id
  @assistant_id
end

#association_dataTypes::AssistantAssociationOutputData

Returns the value of attribute association_data.



327
328
329
# File 'sig/types.rbs', line 327

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")


326
327
328
# File 'sig/types.rbs', line 326

def association_type
  @association_type
end

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

Returns the value of attribute tags.

Returns:

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


328
329
330
# File 'sig/types.rbs', line 328

def tags
  @tags
end