Class: Aws::SMS::Types::UpdateAppRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The ID of the application.

Returns:

  • (String)


2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-sms/types.rb', line 2029

class UpdateAppRequest < Struct.new(
  :app_id,
  :name,
  :description,
  :role_name,
  :server_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The new description of the application.

Returns:

  • (String)


2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-sms/types.rb', line 2029

class UpdateAppRequest < Struct.new(
  :app_id,
  :name,
  :description,
  :role_name,
  :server_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The new name of the application.

Returns:

  • (String)


2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-sms/types.rb', line 2029

class UpdateAppRequest < Struct.new(
  :app_id,
  :name,
  :description,
  :role_name,
  :server_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_nameString

The name of the service role in the customer’s account used by Server Migration Service.

Returns:

  • (String)


2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-sms/types.rb', line 2029

class UpdateAppRequest < Struct.new(
  :app_id,
  :name,
  :description,
  :role_name,
  :server_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#server_groupsArray<Types::ServerGroup>

The server groups in the application to update.

Returns:



2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-sms/types.rb', line 2029

class UpdateAppRequest < Struct.new(
  :app_id,
  :name,
  :description,
  :role_name,
  :server_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to associate with the application.

Returns:



2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-sms/types.rb', line 2029

class UpdateAppRequest < Struct.new(
  :app_id,
  :name,
  :description,
  :role_name,
  :server_groups,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end