Class: Aws::OpsWorks::Types::CreateAppResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::CreateAppResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘CreateApp` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The app ID.
Instance Attribute Details
#app_id ⇒ String
The app ID.
1022 1023 1024 1025 1026 |
# File 'lib/aws-sdk-opsworks/types.rb', line 1022 class CreateAppResult < Struct.new( :app_id) SENSITIVE = [] include Aws::Structure end |