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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_responseTypes::ApplicationResponse

Provides information about an application.



2656
2657
2658
2659
2660
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2656

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