Class: Aws::Types::AssociateSourceNetworkStackRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSourceNetworkStackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cfn_stack_name ⇒ ::String
Returns the value of attribute cfn_stack_name.
-
#source_network_id ⇒ ::String
Returns the value of attribute source_network_id.
Instance Attribute Details
#cfn_stack_name ⇒ ::String
Returns the value of attribute cfn_stack_name.
24 25 26 |
# File 'sig/types.rbs', line 24 def cfn_stack_name @cfn_stack_name end |
#source_network_id ⇒ ::String
Returns the value of attribute source_network_id.
23 24 25 |
# File 'sig/types.rbs', line 23 def source_network_id @source_network_id end |