Class: Aws::Types::ProvenanceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#relation"DETECTED_FROM"

Returns the value of attribute relation.

Returns:

  • ("DETECTED_FROM")


384
385
386
# File 'sig/types.rbs', line 384

def relation
  @relation
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def source_id
  @source_id
end

#source_type"AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Gateway"

Returns the value of attribute source_type.

Returns:

  • ("AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Gateway")


386
387
388
# File 'sig/types.rbs', line 386

def source_type
  @source_type
end