Class: Aws::Drs::Types::CreateExtendedSourceServerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#source_server_arnString

This defines the ARN of the source server in staging Account based on which you want to create an extended source server.

Returns:

  • (String)


172
173
174
175
176
177
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 172

class CreateExtendedSourceServerRequest < Struct.new(
  :source_server_arn,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

A list of tags associated with the extended source server.

Returns:

  • (Hash<String,String>)


172
173
174
175
176
177
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 172

class CreateExtendedSourceServerRequest < Struct.new(
  :source_server_arn,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end