Class: Aws::Types::AnomalySourceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AnomalySourceMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source ⇒ ::String
Returns the value of attribute source.
-
#source_resource_name ⇒ ::String
Returns the value of attribute source_resource_name.
-
#source_resource_type ⇒ ::String
Returns the value of attribute source_resource_type.
Instance Attribute Details
#source ⇒ ::String
Returns the value of attribute source.
71 72 73 |
# File 'sig/types.rbs', line 71 def source @source end |
#source_resource_name ⇒ ::String
Returns the value of attribute source_resource_name.
72 73 74 |
# File 'sig/types.rbs', line 72 def source_resource_name @source_resource_name end |
#source_resource_type ⇒ ::String
Returns the value of attribute source_resource_type.
73 74 75 |
# File 'sig/types.rbs', line 73 def source_resource_type @source_resource_type end |