Class: Aws::Types::Provenance

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


376
377
378
# File 'sig/types.rbs', line 376

def relation
  @relation
end

#source_detailsTypes::SourceDetails

Returns the value of attribute source_details.



379
380
381
# File 'sig/types.rbs', line 379

def source_details
  @source_details
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

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


378
379
380
# File 'sig/types.rbs', line 378

def source_type
  @source_type
end