Class: Aws::Types::DeleteAssertionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssertionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assertion_id ⇒ ::String
Returns the value of attribute assertion_id.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#assertion_id ⇒ ::String
Returns the value of attribute assertion_id.
251 252 253 |
# File 'sig/types.rbs', line 251 def assertion_id @assertion_id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
250 251 252 |
# File 'sig/types.rbs', line 250 def service_arn @service_arn end |