Class: Aws::Types::ContextSource
- Inherits:
-
Object
- Object
- Aws::Types::ContextSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#source_type ⇒ ::String
Returns the value of attribute source_type.
-
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
Instance Attribute Details
#source_id ⇒ ::String
Returns the value of attribute source_id.
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.
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.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def source_uri @source_uri end |