Class: Aws::Types::CreateChallengeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChallengeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
83 84 85 |
# File 'sig/types.rbs', line 83 def client_token @client_token end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
82 83 84 |
# File 'sig/types.rbs', line 82 def connector_arn @connector_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
84 85 86 |
# File 'sig/types.rbs', line 84 def @tags end |