Values.GetReputationEntityRequestSourceRepresents a request to retrieve information about a specific reputation entity.
type nonrec t = {reputationEntityReference : ReputationEntityReference.t;The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource.
*)reputationEntityType : ReputationEntityType.t;The type of reputation entity. Currently, only RESOURCE type entities are supported.
*)}val make :
reputationEntityReference:ReputationEntityReference.t ->
reputationEntityType:ReputationEntityType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ReputationEntityReference.t ])
list ]