Class: Aws::SESV2::Types::ReputationEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ReputationEntity
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
An object that contains information about a reputation entity, including its reference, type, policy, status records, and reputation impact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_ses_managed_status ⇒ Types::StatusRecord
The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.
-
#customer_managed_status ⇒ Types::StatusRecord
The customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.
-
#reputation_entity_reference ⇒ String
The unique identifier for the reputation entity.
-
#reputation_entity_type ⇒ String
The type of reputation entity.
-
#reputation_impact ⇒ String
The reputation impact level for this entity, representing the highest impact reputation finding currently active.
-
#reputation_management_policy ⇒ String
The Amazon Resource Name (ARN) of the reputation management policy applied to this entity.
-
#sending_status_aggregate ⇒ String
The aggregate sending status that determines whether the entity is allowed to send emails.
Instance Attribute Details
#aws_ses_managed_status ⇒ Types::StatusRecord
The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7344 class ReputationEntity < Struct.new( :reputation_entity_reference, :reputation_entity_type, :reputation_management_policy, :customer_managed_status, :aws_ses_managed_status, :sending_status_aggregate, :reputation_impact) SENSITIVE = [] include Aws::Structure end |
#customer_managed_status ⇒ Types::StatusRecord
The customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7344 class ReputationEntity < Struct.new( :reputation_entity_reference, :reputation_entity_type, :reputation_management_policy, :customer_managed_status, :aws_ses_managed_status, :sending_status_aggregate, :reputation_impact) 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.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7344 class ReputationEntity < Struct.new( :reputation_entity_reference, :reputation_entity_type, :reputation_management_policy, :customer_managed_status, :aws_ses_managed_status, :sending_status_aggregate, :reputation_impact) SENSITIVE = [] include Aws::Structure end |
#reputation_entity_type ⇒ String
The type of reputation entity. Currently, only RESOURCE
type
entities are supported.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7344 class ReputationEntity < Struct.new( :reputation_entity_reference, :reputation_entity_type, :reputation_management_policy, :customer_managed_status, :aws_ses_managed_status, :sending_status_aggregate, :reputation_impact) SENSITIVE = [] include Aws::Structure end |
#reputation_impact ⇒ String
The reputation impact level for this entity, representing the
highest impact reputation finding currently active. Reputation
findings can be retrieved using the ListRecommendations
operation.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7344 class ReputationEntity < Struct.new( :reputation_entity_reference, :reputation_entity_type, :reputation_management_policy, :customer_managed_status, :aws_ses_managed_status, :sending_status_aggregate, :reputation_impact) SENSITIVE = [] include Aws::Structure end |
#reputation_management_policy ⇒ String
The Amazon Resource Name (ARN) of the reputation management policy applied to this entity. This is an Amazon Web Services Amazon SES-managed policy.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7344 class ReputationEntity < Struct.new( :reputation_entity_reference, :reputation_entity_type, :reputation_management_policy, :customer_managed_status, :aws_ses_managed_status, :sending_status_aggregate, :reputation_impact) SENSITIVE = [] include Aws::Structure end |
#sending_status_aggregate ⇒ String
The aggregate sending status that determines whether the entity is
allowed to send emails. This status is derived from both the
customer-managed and Amazon Web Services Amazon SES-managed
statuses. If either the customer-managed status or the Amazon Web
Services Amazon SES-managed status is DISABLED
, the aggregate
status will be DISABLED
and the entity will not be allowed to send
emails. When the customer-managed status is set to REINSTATED
, the
entity can continue sending even if there are active reputation
findings, provided the Amazon Web Services Amazon SES-managed status
also permits sending. The entity can only send emails when both
statuses permit sending.
7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7344 class ReputationEntity < Struct.new( :reputation_entity_reference, :reputation_entity_type, :reputation_management_policy, :customer_managed_status, :aws_ses_managed_status, :sending_status_aggregate, :reputation_impact) SENSITIVE = [] include Aws::Structure end |