Class: Aws::Types::ReputationEntity

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_ses_managed_statusTypes::StatusRecord

Returns the value of attribute aws_ses_managed_status.

Returns:



1797
1798
1799
# File 'sig/types.rbs', line 1797

def aws_ses_managed_status
  @aws_ses_managed_status
end

#customer_managed_statusTypes::StatusRecord

Returns the value of attribute customer_managed_status.

Returns:



1796
1797
1798
# File 'sig/types.rbs', line 1796

def customer_managed_status
  @customer_managed_status
end

#reputation_entity_reference::String

Returns the value of attribute reputation_entity_reference.

Returns:

  • (::String)


1793
1794
1795
# File 'sig/types.rbs', line 1793

def reputation_entity_reference
  @reputation_entity_reference
end

#reputation_entity_type"RESOURCE"

Returns the value of attribute reputation_entity_type.

Returns:

  • ("RESOURCE")


1794
1795
1796
# File 'sig/types.rbs', line 1794

def reputation_entity_type
  @reputation_entity_type
end

#reputation_impact"LOW", "HIGH"

Returns the value of attribute reputation_impact.

Returns:

  • ("LOW", "HIGH")


1799
1800
1801
# File 'sig/types.rbs', line 1799

def reputation_impact
  @reputation_impact
end

#reputation_management_policy::String

Returns the value of attribute reputation_management_policy.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def reputation_management_policy
  @reputation_management_policy
end

#sending_status_aggregate"ENABLED", ...

Returns the value of attribute sending_status_aggregate.

Returns:

  • ("ENABLED", "REINSTATED", "DISABLED")


1798
1799
1800
# File 'sig/types.rbs', line 1798

def sending_status_aggregate
  @sending_status_aggregate
end