Class: Aws::Types::CreateVerifiedAccessTrustProviderDeviceOptions
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessTrustProviderDeviceOptions
- 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.
3641 3642 3643 |
# File 'sig/types.rbs', line 3641 def public_signing_key_url @public_signing_key_url end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
3640 3641 3642 |
# File 'sig/types.rbs', line 3640 def tenant_id @tenant_id end |