Class: Aws::Types::ParticipatingResourceID
- Inherits:
-
Object
- Object
- Aws::Types::ParticipatingResourceID
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: SourceNetworkId, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_network_id ⇒ ::String
Returns the value of attribute source_network_id.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#source_network_id ⇒ ::String
Returns the value of attribute source_network_id.
824 825 826 |
# File 'sig/types.rbs', line 824 def source_network_id @source_network_id end |
#unknown ⇒ Object
Returns the value of attribute unknown.
825 826 827 |
# File 'sig/types.rbs', line 825 def unknown @unknown end |