Class: Aws::Types::ConfirmDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConfirmDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#device_key ⇒ ::String
Returns the value of attribute device_key.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#device_secret_verifier_config ⇒ Types::DeviceSecretVerifierConfigType
Returns the value of attribute device_secret_verifier_config.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
544 545 546 |
# File 'sig/types.rbs', line 544 def access_token @access_token end |
#device_key ⇒ ::String
Returns the value of attribute device_key.
545 546 547 |
# File 'sig/types.rbs', line 545 def device_key @device_key end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
547 548 549 |
# File 'sig/types.rbs', line 547 def device_name @device_name end |
#device_secret_verifier_config ⇒ Types::DeviceSecretVerifierConfigType
Returns the value of attribute device_secret_verifier_config.
546 547 548 |
# File 'sig/types.rbs', line 546 def device_secret_verifier_config @device_secret_verifier_config end |