Class: Aws::SESV2::Types::UpdateReputationEntityPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::UpdateReputationEntityPolicyRequest
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to update the reputation management policy for a reputation entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reputation_entity_policy ⇒ String
The Amazon Resource Name (ARN) of the reputation management policy to apply to this entity.
-
#reputation_entity_reference ⇒ String
The unique identifier for the reputation entity.
-
#reputation_entity_type ⇒ String
The type of reputation entity.
Instance Attribute Details
#reputation_entity_policy ⇒ String
The Amazon Resource Name (ARN) of the reputation management policy to apply to this entity. This is an Amazon Web Services Amazon SES-managed policy.
8788 8789 8790 8791 8792 8793 8794 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8788 class UpdateReputationEntityPolicyRequest < Struct.new( :reputation_entity_type, :reputation_entity_reference, :reputation_entity_policy) SENSITIVE = [] include Aws::Structure end |
#reputation_entity_reference ⇒ String
The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource.
8788 8789 8790 8791 8792 8793 8794 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8788 class UpdateReputationEntityPolicyRequest < Struct.new( :reputation_entity_type, :reputation_entity_reference, :reputation_entity_policy) SENSITIVE = [] include Aws::Structure end |
#reputation_entity_type ⇒ String
The type of reputation entity. Currently, only RESOURCE
type
entities are supported.
8788 8789 8790 8791 8792 8793 8794 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8788 class UpdateReputationEntityPolicyRequest < Struct.new( :reputation_entity_type, :reputation_entity_reference, :reputation_entity_policy) SENSITIVE = [] include Aws::Structure end |