Class: Aws::OpsWorks::Types::CreateAppResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Contains the response to a CreateApp request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The app ID.

Returns:

  • (String)


1022
1023
1024
1025
1026
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1022

class CreateAppResult < Struct.new(
  :app_id)
  SENSITIVE = []
  include Aws::Structure
end