Class: Aws::Types::IncidentRecordSource
- Inherits:
-
Object
- Object
- Aws::Types::IncidentRecordSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#invoked_by ⇒ ::String
Returns the value of attribute invoked_by.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#created_by ⇒ ::String
Returns the value of attribute created_by.
376 377 378 |
# File 'sig/types.rbs', line 376 def created_by @created_by end |
#invoked_by ⇒ ::String
Returns the value of attribute invoked_by.
377 378 379 |
# File 'sig/types.rbs', line 377 def invoked_by @invoked_by end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
378 379 380 |
# File 'sig/types.rbs', line 378 def resource_arn @resource_arn end |
#source ⇒ ::String
Returns the value of attribute source.
379 380 381 |
# File 'sig/types.rbs', line 379 def source @source end |