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

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

Overview

Application Response.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The arn for the application.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
# File 'lib/aws-sdk-pinpoint/types.rb', line 1113

class ApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :tags)
  include Aws::Structure
end

#idString

The unique application ID.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
# File 'lib/aws-sdk-pinpoint/types.rb', line 1113

class ApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :tags)
  include Aws::Structure
end

#nameString

The display name of the application.

Returns:

  • (String)


1113
1114
1115
1116
1117
1118
1119
# File 'lib/aws-sdk-pinpoint/types.rb', line 1113

class ApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :tags)
  include Aws::Structure
end

#tagsHash<String,String>

The Tags for the application.

Returns:

  • (Hash<String,String>)


1113
1114
1115
1116
1117
1118
1119
# File 'lib/aws-sdk-pinpoint/types.rb', line 1113

class ApplicationResponse < Struct.new(
  :arn,
  :id,
  :name,
  :tags)
  include Aws::Structure
end