Class: Aws::Drs::Types::CreateSourceNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::CreateSourceNetworkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#origin_account_id ⇒ String
Account containing the VPC to protect.
-
#origin_region ⇒ String
Region containing the VPC to protect.
-
#tags ⇒ Hash<String,String>
A set of tags to be associated with the Source Network resource.
-
#vpc_id ⇒ String
Which VPC ID to protect.
Instance Attribute Details
#origin_account_id ⇒ String
Account containing the VPC to protect.
366 367 368 369 370 371 372 373 |
# File 'lib/aws-sdk-drs/types.rb', line 366 class CreateSourceNetworkRequest < Struct.new( :origin_account_id, :origin_region, :tags, :vpc_id) SENSITIVE = [:tags] include Aws::Structure end |
#origin_region ⇒ String
Region containing the VPC to protect.
366 367 368 369 370 371 372 373 |
# File 'lib/aws-sdk-drs/types.rb', line 366 class CreateSourceNetworkRequest < Struct.new( :origin_account_id, :origin_region, :tags, :vpc_id) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A set of tags to be associated with the Source Network resource.
366 367 368 369 370 371 372 373 |
# File 'lib/aws-sdk-drs/types.rb', line 366 class CreateSourceNetworkRequest < Struct.new( :origin_account_id, :origin_region, :tags, :vpc_id) SENSITIVE = [:tags] include Aws::Structure end |
#vpc_id ⇒ String
Which VPC ID to protect.
366 367 368 369 370 371 372 373 |
# File 'lib/aws-sdk-drs/types.rb', line 366 class CreateSourceNetworkRequest < Struct.new( :origin_account_id, :origin_region, :tags, :vpc_id) SENSITIVE = [:tags] include Aws::Structure end |