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

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

Overview

Note:

When making an API call, you may pass CreateAppRequest data as a hash:

{
  create_application_request: { # required
    name: "__string",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#create_application_requestTypes::CreateApplicationRequest

Application Request.



1876
1877
1878
1879
# File 'lib/aws-sdk-pinpoint/types.rb', line 1876

class CreateAppRequest < Struct.new(
  :create_application_request)
  include Aws::Structure
end