Class: Aws::Drs::Types::StagingSourceServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::StagingSourceServer
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Source server in staging account that extended source server connected to.
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the source server.
-
#hostname ⇒ String
Hostname of staging source server.
-
#tags ⇒ Hash<String,String>
A list of tags associated with the staging source server.
Instance Attribute Details
#arn ⇒ String
The ARN of the source server.
3355 3356 3357 3358 3359 3360 3361 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3355 class StagingSourceServer < Struct.new( :arn, :hostname, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#hostname ⇒ String
Hostname of staging source server.
3355 3356 3357 3358 3359 3360 3361 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3355 class StagingSourceServer < Struct.new( :arn, :hostname, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of tags associated with the staging source server.
3355 3356 3357 3358 3359 3360 3361 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3355 class StagingSourceServer < Struct.new( :arn, :hostname, :tags) SENSITIVE = [:tags] include Aws::Structure end |