SkillSummary
public struct SkillSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Whether the skill is enabled under the user’s account, or if it requires linking to be used.
Declaration
Swift
public let enablementType: EnablementType? -
The ARN of the skill summary.
Declaration
Swift
public let skillId: String? -
The name of the skill.
Declaration
Swift
public let skillName: String? -
Whether the skill is publicly available or is a private skill.
Declaration
Swift
public let skillType: SkillType? -
Linking support for a skill.
Declaration
Swift
public let supportsLinking: Bool? -
Undocumented
Declaration
Swift
public init(enablementType: EnablementType? = nil, skillId: String? = nil, skillName: String? = nil, skillType: SkillType? = nil, supportsLinking: Bool? = nil)
View on GitHub
SkillSummary Structure Reference