Class: Aws::Types::CreateAssertionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssertionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
94 95 96 |
# File 'sig/types.rbs', line 94 def client_token @client_token end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
92 93 94 |
# File 'sig/types.rbs', line 92 def service_arn @service_arn end |
#text ⇒ ::String
Returns the value of attribute text.
93 94 95 |
# File 'sig/types.rbs', line 93 def text @text end |