Class: Aws::Mgn::Types::SourceServerConnectorAction

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

Overview

Source Server connector action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arnString

Source Server connector action connector arn.

Returns:

  • (String)


3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3764

class SourceServerConnectorAction < Struct.new(
  :connector_arn,
  :credentials_secret_arn)
  SENSITIVE = []
  include Aws::Structure
end

#credentials_secret_arnString

Source Server connector action credentials secret arn.

Returns:

  • (String)


3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 3764

class SourceServerConnectorAction < Struct.new(
  :connector_arn,
  :credentials_secret_arn)
  SENSITIVE = []
  include Aws::Structure
end