Class: Aws::Pinpoint::Types::ApplicationResponse

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

Overview

Provides information about an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the application.

Returns:

  • (String)


1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1514

class ApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :tags,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateString

The date and time when the Application was created.

Returns:

  • (String)


1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1514

class ApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :tags,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Returns:

  • (String)


1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1514

class ApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :tags,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.

Returns:

  • (String)


1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1514

class ApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :tags,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A string-to-string map of key-value pairs that identifies the tags that are associated with the application. Each tag consists of a required tag key and an associated tag value.

Returns:

  • (Hash<String,String>)


1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1514

class ApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :tags,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end