Class: Aws::MigrationHubOrchestrator::Types::TemplateSummary

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

Overview

The summary of the template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the template.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1974

class TemplateSummary < Struct.new(
  :id,
  :name,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the template.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1974

class TemplateSummary < Struct.new(
  :id,
  :name,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the template.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1974

class TemplateSummary < Struct.new(
  :id,
  :name,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the template.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
1980
1981
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1974

class TemplateSummary < Struct.new(
  :id,
  :name,
  :arn,
  :description)
  SENSITIVE = []
  include Aws::Structure
end