Class: Aws::ApplicationDiscoveryService::Types::CreateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::CreateApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the application to be created.
-
#name ⇒ String
The name of the application to be created.
-
#wave ⇒ String
The name of the migration wave of the application to be created.
Instance Attribute Details
#description ⇒ String
The description of the application to be created.
522 523 524 525 526 527 528 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 522 class CreateApplicationRequest < Struct.new( :name, :description, :wave) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the application to be created.
522 523 524 525 526 527 528 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 522 class CreateApplicationRequest < Struct.new( :name, :description, :wave) SENSITIVE = [] include Aws::Structure end |
#wave ⇒ String
The name of the migration wave of the application to be created.
522 523 524 525 526 527 528 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 522 class CreateApplicationRequest < Struct.new( :name, :description, :wave) SENSITIVE = [] include Aws::Structure end |