Class: Aws::Types::SourceNetworkData
- Inherits:
-
Object
- Object
- Aws::Types::SourceNetworkData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_network_id ⇒ ::String
Returns the value of attribute source_network_id.
-
#source_vpc ⇒ ::String
Returns the value of attribute source_vpc.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#target_vpc ⇒ ::String
Returns the value of attribute target_vpc.
Instance Attribute Details
#source_network_id ⇒ ::String
Returns the value of attribute source_network_id.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def source_network_id @source_network_id end |
#source_vpc ⇒ ::String
Returns the value of attribute source_vpc.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def source_vpc @source_vpc end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def stack_name @stack_name end |
#target_vpc ⇒ ::String
Returns the value of attribute target_vpc.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def target_vpc @target_vpc end |