Class: Aws::SESV2::Types::GetReputationEntityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetReputationEntityRequest
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to retrieve information about a specific reputation entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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_reference ⇒ String
The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource.
4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4405 class GetReputationEntityRequest < Struct.new( :reputation_entity_reference, :reputation_entity_type) SENSITIVE = [] include Aws::Structure end |
#reputation_entity_type ⇒ String
The type of reputation entity. Currently, only RESOURCE
type
entities are supported.
4405 4406 4407 4408 4409 4410 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4405 class GetReputationEntityRequest < Struct.new( :reputation_entity_reference, :reputation_entity_type) SENSITIVE = [] include Aws::Structure end |