Class: Aws::Pinpoint::Types::AttributesResource

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

Overview

Attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique ID for the application.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
# File 'lib/aws-sdk-pinpoint/types.rb', line 1226

class AttributesResource < Struct.new(
  :application_id,
  :attribute_type,
  :attributes)
  include Aws::Structure
end

#attribute_typeString

The attribute type for the application.

Returns:

  • (String)


1226
1227
1228
1229
1230
1231
# File 'lib/aws-sdk-pinpoint/types.rb', line 1226

class AttributesResource < Struct.new(
  :application_id,
  :attribute_type,
  :attributes)
  include Aws::Structure
end

#attributesArray<String>

The attributes for the application.

Returns:

  • (Array<String>)


1226
1227
1228
1229
1230
1231
# File 'lib/aws-sdk-pinpoint/types.rb', line 1226

class AttributesResource < Struct.new(
  :application_id,
  :attribute_type,
  :attributes)
  include Aws::Structure
end