Class: Aws::Types::DeleteTrustedEntitySetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTrustedEntitySetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#trusted_entity_set_id ⇒ ::String
Returns the value of attribute trusted_entity_set_id.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
797 798 799 |
# File 'sig/types.rbs', line 797 def detector_id @detector_id end |
#trusted_entity_set_id ⇒ ::String
Returns the value of attribute trusted_entity_set_id.
798 799 800 |
# File 'sig/types.rbs', line 798 def trusted_entity_set_id @trusted_entity_set_id end |