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

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

#create_application_requestTypes::CreateApplicationRequest

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



2644
2645
2646
2647
2648
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2644

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