Class: Aws::AlexaForBusiness::Types::DeveloperInfo

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

Overview

The details about the developer that published the skill.

Instance Attribute Summary collapse

Instance Attribute Details

#developer_nameString

The name of the developer.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1320

class DeveloperInfo < Struct.new(
  :developer_name,
  :privacy_policy,
  :email,
  :url)
  include Aws::Structure
end

#emailString

The email of the developer.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1320

class DeveloperInfo < Struct.new(
  :developer_name,
  :privacy_policy,
  :email,
  :url)
  include Aws::Structure
end

#privacy_policyString

The URL of the privacy policy.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1320

class DeveloperInfo < Struct.new(
  :developer_name,
  :privacy_policy,
  :email,
  :url)
  include Aws::Structure
end

#urlString

The website of the developer.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1320

class DeveloperInfo < Struct.new(
  :developer_name,
  :privacy_policy,
  :email,
  :url)
  include Aws::Structure
end