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
Description of the application to be created.
-
#name ⇒ String
Name of the application to be created.
Instance Attribute Details
#description ⇒ String
Description of the application to be created.
519 520 521 522 523 524 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 519 class CreateApplicationRequest < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the application to be created.
519 520 521 522 523 524 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 519 class CreateApplicationRequest < Struct.new( :name, :description) SENSITIVE = [] include Aws::Structure end |