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.
258 259 260 |
# File 'sig/types.rbs', line 258 def assertion_id @assertion_id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
257 258 259 |
# File 'sig/types.rbs', line 257 def service_arn @service_arn end |