Class: Aws::ApplicationDiscoveryService::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::CreateApplicationResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_id ⇒ String
The configuration ID of an application to be created.
Instance Attribute Details
#configuration_id ⇒ String
The configuration ID of an application to be created.
534 535 536 537 538 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 534 class CreateApplicationResponse < Struct.new( :configuration_id) SENSITIVE = [] include Aws::Structure end |