Class: Aws::SMS::Types::CreateAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::CreateAppRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of application creation.
-
#description ⇒ String
The description of the new application.
-
#name ⇒ String
The name of the new application.
-
#role_name ⇒ String
The name of the service role in the customer’s account to be used by Server Migration Service.
-
#server_groups ⇒ Array<Types::ServerGroup>
The server groups to include in the application.
-
#tags ⇒ Array<Types::Tag>
The tags to be associated with the application.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of application creation.
249 250 251 252 253 254 255 256 257 258 |
# File 'lib/aws-sdk-sms/types.rb', line 249 class CreateAppRequest < Struct.new( :name, :description, :role_name, :client_token, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the new application
249 250 251 252 253 254 255 256 257 258 |
# File 'lib/aws-sdk-sms/types.rb', line 249 class CreateAppRequest < Struct.new( :name, :description, :role_name, :client_token, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the new application.
249 250 251 252 253 254 255 256 257 258 |
# File 'lib/aws-sdk-sms/types.rb', line 249 class CreateAppRequest < Struct.new( :name, :description, :role_name, :client_token, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#role_name ⇒ String
The name of the service role in the customer’s account to be used by Server Migration Service.
249 250 251 252 253 254 255 256 257 258 |
# File 'lib/aws-sdk-sms/types.rb', line 249 class CreateAppRequest < Struct.new( :name, :description, :role_name, :client_token, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#server_groups ⇒ Array<Types::ServerGroup>
The server groups to include in the application.
249 250 251 252 253 254 255 256 257 258 |
# File 'lib/aws-sdk-sms/types.rb', line 249 class CreateAppRequest < Struct.new( :name, :description, :role_name, :client_token, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to be associated with the application.
249 250 251 252 253 254 255 256 257 258 |
# File 'lib/aws-sdk-sms/types.rb', line 249 class CreateAppRequest < Struct.new( :name, :description, :role_name, :client_token, :server_groups, :tags) SENSITIVE = [] include Aws::Structure end |