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.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def assertion_id @assertion_id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def service_arn @service_arn end |
#text ⇒ ::String
Returns the value of attribute text.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def text @text end |