CreateServiceLinkedRoleResponse

public struct CreateServiceLinkedRoleResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A Role object that contains details about the newly created role.

    Declaration

    Swift

    public let role: Role?
  • Undocumented

    Declaration

    Swift

    public init(role: Role? = nil)