Class: Aws::Types::AssertionCreatedMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AssertionCreatedMetadata
- 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.
35 36 37 |
# File 'sig/types.rbs', line 35 def assertion_id @assertion_id end |
#assertion_name ⇒ ::String
Returns the value of attribute assertion_name.
36 37 38 |
# File 'sig/types.rbs', line 36 def assertion_name @assertion_name end |