Class: Aws::MigrationHubOrchestrator::Types::PlatformScriptKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::PlatformScriptKey
- 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
-
#linux ⇒ String
The script location for Linux.
-
#windows ⇒ String
The script location for Windows.
Instance Attribute Details
#linux ⇒ String
The script location for Linux.
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 |
#windows ⇒ String
The script location for Windows.
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 |