Class: Aws::Types::SidewalkAccountInfo
- Inherits:
-
Object
- Object
- Aws::Types::SidewalkAccountInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_id ⇒ ::String
Returns the value of attribute amazon_id.
-
#app_server_private_key ⇒ ::String
Returns the value of attribute app_server_private_key.
Instance Attribute Details
#amazon_id ⇒ ::String
Returns the value of attribute amazon_id.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def amazon_id @amazon_id end |
#app_server_private_key ⇒ ::String
Returns the value of attribute app_server_private_key.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def app_server_private_key @app_server_private_key end |