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",
    tags: {
      "__string" => "__string",
    },
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#create_application_requestTypes::CreateApplicationRequest

Application Request.



1899
1900
1901
1902
# File 'lib/aws-sdk-pinpoint/types.rb', line 1899

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