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.
537 538 539 |
# File 'sig/types.rbs', line 537 def access_token @access_token end |
#device_key ⇒ ::String
Returns the value of attribute device_key.
538 539 540 |
# File 'sig/types.rbs', line 538 def device_key @device_key end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
540 541 542 |
# File 'sig/types.rbs', line 540 def device_name @device_name end |
#device_secret_verifier_config ⇒ Types::DeviceSecretVerifierConfigType
Returns the value of attribute device_secret_verifier_config.
539 540 541 |
# File 'sig/types.rbs', line 539 def device_secret_verifier_config @device_secret_verifier_config end |