Class: Aws::Types::AssertionDeletedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AssertionDeletedMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assertion_id ⇒ ::String
Returns the value of attribute assertion_id.
-
#assertion_name ⇒ ::String
Returns the value of attribute assertion_name.
Instance Attribute Details
#assertion_id ⇒ ::String
Returns the value of attribute assertion_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def assertion_id @assertion_id end |
#assertion_name ⇒ ::String
Returns the value of attribute assertion_name.
42 43 44 |
# File 'sig/types.rbs', line 42 def assertion_name @assertion_name end |