Class: Aws::Types::ApiKeyRestrictions
- Inherits:
-
Object
- Object
- Aws::Types::ApiKeyRestrictions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_actions ⇒ ::Array[::String]
Returns the value of attribute allow_actions.
-
#allow_android_apps ⇒ ::Array[Types::AndroidApp]
Returns the value of attribute allow_android_apps.
-
#allow_apple_apps ⇒ ::Array[Types::AppleApp]
Returns the value of attribute allow_apple_apps.
-
#allow_referers ⇒ ::Array[::String]
Returns the value of attribute allow_referers.
-
#allow_resources ⇒ ::Array[::String]
Returns the value of attribute allow_resources.
Instance Attribute Details
#allow_actions ⇒ ::Array[::String]
Returns the value of attribute allow_actions.
28 29 30 |
# File 'sig/types.rbs', line 28 def allow_actions @allow_actions end |
#allow_android_apps ⇒ ::Array[Types::AndroidApp]
Returns the value of attribute allow_android_apps.
31 32 33 |
# File 'sig/types.rbs', line 31 def allow_android_apps @allow_android_apps end |
#allow_apple_apps ⇒ ::Array[Types::AppleApp]
Returns the value of attribute allow_apple_apps.
32 33 34 |
# File 'sig/types.rbs', line 32 def allow_apple_apps @allow_apple_apps end |
#allow_referers ⇒ ::Array[::String]
Returns the value of attribute allow_referers.
30 31 32 |
# File 'sig/types.rbs', line 30 def allow_referers @allow_referers end |
#allow_resources ⇒ ::Array[::String]
Returns the value of attribute allow_resources.
29 30 31 |
# File 'sig/types.rbs', line 29 def allow_resources @allow_resources end |