Class: Aws::MigrationHubOrchestrator::Types::PlatformCommand

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

Overview

Command to be run on a particular operating system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#linuxString

Command for Linux.

Returns:

  • (String)


1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1484

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

#windowsString

Command for Windows.

Returns:

  • (String)


1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1484

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