Class: Aws::Types::ActionSource
- Inherits:
-
Object
- Object
- Aws::Types::ActionSource
- 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.
277 278 279 |
# File 'sig/types.rbs', line 277 def source_id @source_id end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
276 277 278 |
# File 'sig/types.rbs', line 276 def source_type @source_type end |
#source_uri ⇒ ::String
Returns the value of attribute source_uri.
275 276 277 |
# File 'sig/types.rbs', line 275 def source_uri @source_uri end |