Class: Aws::Types::APIKeyConnectionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::APIKeyConnectionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
-
#email ⇒ ::String
Returns the value of attribute email.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
13 14 15 |
# File 'sig/types.rbs', line 13 def api_key @api_key end |
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
12 13 14 |
# File 'sig/types.rbs', line 12 def base_endpoint @base_endpoint end |
#email ⇒ ::String
Returns the value of attribute email.
14 15 16 |
# File 'sig/types.rbs', line 14 def email @email end |