Class: Aws::AlexaForBusiness::Types::DeveloperInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeveloperInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The details about the developer that published the skill.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#developer_name ⇒ String
The name of the developer.
-
#email ⇒ String
The email of the developer.
-
#privacy_policy ⇒ String
The URL of the privacy policy.
-
#url ⇒ String
The website of the developer.
Instance Attribute Details
#developer_name ⇒ String
The name of the developer.
1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1605 class DeveloperInfo < Struct.new( :developer_name, :privacy_policy, :email, :url) SENSITIVE = [] include Aws::Structure end |
#email ⇒ String
The email of the developer.
1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1605 class DeveloperInfo < Struct.new( :developer_name, :privacy_policy, :email, :url) SENSITIVE = [] include Aws::Structure end |
#privacy_policy ⇒ String
The URL of the privacy policy.
1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1605 class DeveloperInfo < Struct.new( :developer_name, :privacy_policy, :email, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The website of the developer.
1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1605 class DeveloperInfo < Struct.new( :developer_name, :privacy_policy, :email, :url) SENSITIVE = [] include Aws::Structure end |