Class: Aws::MigrationHubOrchestrator::Types::PlatformScriptKey

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

Overview

The script location for a particular operating system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#linuxString

The script location for Linux.

Returns:

  • (String)


1503
1504
1505
1506
1507
1508
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1503

class PlatformScriptKey < Struct.new(
  :linux,
  :windows)
  SENSITIVE = []
  include Aws::Structure
end

#windowsString

The script location for Windows.

Returns:

  • (String)


1503
1504
1505
1506
1507
1508
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1503

class PlatformScriptKey < Struct.new(
  :linux,
  :windows)
  SENSITIVE = []
  include Aws::Structure
end