RegistrationConfig

public struct RegistrationConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the role.

    Declaration

    Swift

    public let roleArn: String?
  • The template body.

    Declaration

    Swift

    public let templateBody: String?
  • Undocumented

    Declaration

    Swift

    public init(roleArn: String? = nil, templateBody: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws