Class: Aws::Types::CreateAPIKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAPIKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#token_domains ⇒ ::Array[::String]
Returns the value of attribute token_domains.
Instance Attribute Details
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
214 215 216 |
# File 'sig/types.rbs', line 214 def scope @scope end |
#token_domains ⇒ ::Array[::String]
Returns the value of attribute token_domains.
215 216 217 |
# File 'sig/types.rbs', line 215 def token_domains @token_domains end |