class Aws::SMS::Types::UpdateAppRequest
@note When making an API call, you may pass UpdateAppRequest
data as a hash: { app_id: "AppId", name: "AppName", description: "AppDescription", role_name: "RoleName", server_groups: [ { server_group_id: "ServerGroupId", name: "ServerGroupName", server_list: [ { server_id: "ServerId", server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE vm_server: { vm_server_address: { vm_manager_id: "VmManagerId", vm_id: "VmId", }, vm_name: "VmName", vm_manager_name: "VmManagerName", vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER vm_path: "VmPath", }, replication_job_id: "ReplicationJobId", replication_job_terminated: false, }, ], }, ], tags: [ { key: "TagKey", value: "TagValue", }, ], }
@!attribute [rw] app_id
The ID of the application. @return [String]
@!attribute [rw] name
The new name of the application. @return [String]
@!attribute [rw] description
The new description of the application. @return [String]
@!attribute [rw] role_name
The name of the service role in the customer's account used by AWS SMS. @return [String]
@!attribute [rw] server_groups
The server groups in the application to update. @return [Array<Types::ServerGroup>]
@!attribute [rw] tags
The tags to associate with the application. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UpdateAppRequest AWS API Documentation
Constants
- SENSITIVE