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

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

Overview

The details about the developer that published the skill.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#developer_nameString

The name of the developer.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1605

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

#emailString

The email of the developer.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1605

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

#privacy_policyString

The URL of the privacy policy.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1605

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

#urlString

The website of the developer.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1605

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