Class: Aws::Drs::Types::StagingSourceServer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#arnString

The ARN of the source server.

Returns:

  • (String)


3355
3356
3357
3358
3359
3360
3361
# File 'lib/aws-sdk-drs/types.rb', line 3355

class StagingSourceServer < Struct.new(
  :arn,
  :hostname,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#hostnameString

Hostname of staging source server.

Returns:

  • (String)


3355
3356
3357
3358
3359
3360
3361
# File 'lib/aws-sdk-drs/types.rb', line 3355

class StagingSourceServer < Struct.new(
  :arn,
  :hostname,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

A list of tags associated with the staging source server.

Returns:

  • (Hash<String,String>)


3355
3356
3357
3358
3359
3360
3361
# File 'lib/aws-sdk-drs/types.rb', line 3355

class StagingSourceServer < Struct.new(
  :arn,
  :hostname,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end