Class: Aws::MigrationHubOrchestrator::Types::Tool

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

Overview

List of AWS services utilized in a migration workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of an AWS service.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2008

class Tool < Struct.new(
  :name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL of an AWS service.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2008

class Tool < Struct.new(
  :name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end