Class: Aws::Pinpoint::Types::CreateAppResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#application_responseTypes::ApplicationResponse

Application Response.



1887
1888
1889
1890
# File 'lib/aws-sdk-pinpoint/types.rb', line 1887

class CreateAppResponse < Struct.new(
  :application_response)
  include Aws::Structure
end