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