Class: Aws::Types::UpdateAssertionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssertionRequest
- 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.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#assertion_id ⇒ ::String
Returns the value of attribute assertion_id.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def assertion_id @assertion_id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def service_arn @service_arn end |
#text ⇒ ::String
Returns the value of attribute text.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def text @text end |