Class: Aws::Types::CreateExtendedSourceServerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#source_server_arn::String

Returns the value of attribute source_server_arn.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def source_server_arn
  @source_server_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


69
70
71
# File 'sig/types.rbs', line 69

def tags
  @tags
end