Class: Aws::SMS::Types::UpdateAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::UpdateAppRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The ID of the application.
-
#description ⇒ String
The new description of the application.
-
#name ⇒ String
The new name of the application.
-
#role_name ⇒ String
The name of the service role in the customer’s account used by Server Migration Service.
-
#server_groups ⇒ Array<Types::ServerGroup>
The server groups in the application to update.
-
#tags ⇒ Array<Types::Tag>
The tags to associate with the application.
Instance Attribute Details
#app_id ⇒ String
The ID of the application.
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 |
#description ⇒ String
The new description of the application.
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 |
#name ⇒ String
The new name of the application.
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_name ⇒ String
The name of the service role in the customer’s account used by Server Migration Service.
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_groups ⇒ Array<Types::ServerGroup>
The server groups in the application to update.
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 |
#tags ⇒ Array<Types::Tag>
The tags to associate with the application.
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 |