Class: Aws::Drs::Types::SourceCloudProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::SourceCloudProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Properties of the cloud environment where this Source Server originated from.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#origin_account_id ⇒ String
AWS Account ID for an EC2-originated Source Server.
-
#origin_availability_zone ⇒ String
AWS Availability Zone for an EC2-originated Source Server.
-
#origin_region ⇒ String
AWS Region for an EC2-originated Source Server.
-
#source_outpost_arn ⇒ String
The ARN of the source Outpost.
Instance Attribute Details
#origin_account_id ⇒ String
AWS Account ID for an EC2-originated Source Server.
3053 3054 3055 3056 3057 3058 3059 3060 |
# File 'lib/aws-sdk-drs/types.rb', line 3053 class SourceCloudProperties < Struct.new( :origin_account_id, :origin_availability_zone, :origin_region, :source_outpost_arn) SENSITIVE = [] include Aws::Structure end |
#origin_availability_zone ⇒ String
AWS Availability Zone for an EC2-originated Source Server.
3053 3054 3055 3056 3057 3058 3059 3060 |
# File 'lib/aws-sdk-drs/types.rb', line 3053 class SourceCloudProperties < Struct.new( :origin_account_id, :origin_availability_zone, :origin_region, :source_outpost_arn) SENSITIVE = [] include Aws::Structure end |
#origin_region ⇒ String
AWS Region for an EC2-originated Source Server.
3053 3054 3055 3056 3057 3058 3059 3060 |
# File 'lib/aws-sdk-drs/types.rb', line 3053 class SourceCloudProperties < Struct.new( :origin_account_id, :origin_availability_zone, :origin_region, :source_outpost_arn) SENSITIVE = [] include Aws::Structure end |
#source_outpost_arn ⇒ String
The ARN of the source Outpost
3053 3054 3055 3056 3057 3058 3059 3060 |
# File 'lib/aws-sdk-drs/types.rb', line 3053 class SourceCloudProperties < Struct.new( :origin_account_id, :origin_availability_zone, :origin_region, :source_outpost_arn) SENSITIVE = [] include Aws::Structure end |