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.
48 49 50 |
# File 'sig/types.rbs', line 48 def assertion_id @assertion_id end |
#assertion_name ⇒ ::String
Returns the value of attribute assertion_name.
49 50 51 |
# File 'sig/types.rbs', line 49 def assertion_name @assertion_name end |