Class: Aws::Types::DeviceOptions
- Inherits:
-
Object
- Object
- Aws::Types::DeviceOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#public_signing_key_url ⇒ ::String
Returns the value of attribute public_signing_key_url.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
Instance Attribute Details
#public_signing_key_url ⇒ ::String
Returns the value of attribute public_signing_key_url.
8013 8014 8015 |
# File 'sig/types.rbs', line 8013 def public_signing_key_url @public_signing_key_url end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
8012 8013 8014 |
# File 'sig/types.rbs', line 8012 def tenant_id @tenant_id end |