Class: Aws::Drs::Types::AssociateSourceNetworkStackResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::AssociateSourceNetworkStackResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::Job
The Source Network association Job.
Instance Attribute Details
#job ⇒ Types::Job
The Source Network association Job.
67 68 69 70 71 |
# File 'lib/aws-sdk-drs/types.rb', line 67 class AssociateSourceNetworkStackResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |