Class: Aws::Types::UpdateReputationEntityCustomerManagedStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reputation_entity_reference::String

Returns the value of attribute reputation_entity_reference.

Returns:

  • (::String)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def reputation_entity_reference
  @reputation_entity_reference
end

#reputation_entity_type"RESOURCE"

Returns the value of attribute reputation_entity_type.

Returns:

  • ("RESOURCE")


2187
2188
2189
# File 'sig/types.rbs', line 2187

def reputation_entity_type
  @reputation_entity_type
end

#sending_status"ENABLED", ...

Returns the value of attribute sending_status.

Returns:

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


2189
2190
2191
# File 'sig/types.rbs', line 2189

def sending_status
  @sending_status
end