Class: Aws::Types::ContextSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def source_id
  @source_id
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def source_type
  @source_type
end

#source_uri::String

Returns the value of attribute source_uri.

Returns:

  • (::String)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def source_uri
  @source_uri
end