Class: Aws::Types::EventResourceData
- Inherits:
-
Object
- Object
- Aws::Types::EventResourceData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: SourceNetworkData, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_network_data ⇒ Types::SourceNetworkData
Returns the value of attribute source_network_data.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#source_network_data ⇒ Types::SourceNetworkData
Returns the value of attribute source_network_data.
444 445 446 |
# File 'sig/types.rbs', line 444 def source_network_data @source_network_data end |
#unknown ⇒ Object
Returns the value of attribute unknown.
445 446 447 |
# File 'sig/types.rbs', line 445 def unknown @unknown end |