Class: Aws::Drs::Types::AssociateSourceNetworkStackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::AssociateSourceNetworkStackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:cfn_stack_name]
Instance Attribute Summary collapse
-
#cfn_stack_name ⇒ String
CloudFormation template to associate with a Source Network.
-
#source_network_id ⇒ String
The Source Network ID to associate with CloudFormation template.
Instance Attribute Details
#cfn_stack_name ⇒ String
CloudFormation template to associate with a Source Network.
54 55 56 57 58 59 |
# File 'lib/aws-sdk-drs/types.rb', line 54 class AssociateSourceNetworkStackRequest < Struct.new( :cfn_stack_name, :source_network_id) SENSITIVE = [:cfn_stack_name] include Aws::Structure end |
#source_network_id ⇒ String
The Source Network ID to associate with CloudFormation template.
54 55 56 57 58 59 |
# File 'lib/aws-sdk-drs/types.rb', line 54 class AssociateSourceNetworkStackRequest < Struct.new( :cfn_stack_name, :source_network_id) SENSITIVE = [:cfn_stack_name] include Aws::Structure end |