Class: Aws::Pinpoint::Types::CreateAppRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_application_requestTypes::CreateApplicationRequest

Specifies the display name of an application and the tags to associate with the application.



2654
2655
2656
2657
2658
# File 'lib/aws-sdk-pinpoint/types.rb', line 2654

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