Class: Aws::SMS::Types::ImportAppCatalogRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_nameString

The name of the service role. If you omit this parameter, we create a service-linked role for Migration Hub in your account. Otherwise, the role that you provide must have the policy and trust policy described in the Migration Hub User Guide.

Returns:

  • (String)


901
902
903
904
905
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 901

class ImportAppCatalogRequest < Struct.new(
  :role_name)
  SENSITIVE = []
  include Aws::Structure
end