Class: Aws::Pinpoint::Types::CreateApplicationRequest

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 CreateApplicationRequest data as a hash:

{
  name: "__string",
}

Application Request.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The display name of the application. Used in the Amazon Pinpoint console.

Returns:

  • (String)


786
787
788
789
# File 'lib/aws-sdk-pinpoint/types.rb', line 786

class CreateApplicationRequest < Struct.new(
  :name)
  include Aws::Structure
end