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)


1796
1797
1798
# File 'sig/types.rbs', line 1796

def source_id
  @source_id
end

#source_type::String

Returns the value of attribute source_type.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def source_type
  @source_type
end

#source_uri::String

Returns the value of attribute source_uri.

Returns:

  • (::String)


1794
1795
1796
# File 'sig/types.rbs', line 1794

def source_uri
  @source_uri
end