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)


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

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