Class: Aws::Types::ApiKeyRestrictions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_actions::Array[::String]

Returns the value of attribute allow_actions.

Returns:

  • (::Array[::String])


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.

Returns:



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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


29
30
31
# File 'sig/types.rbs', line 29

def allow_resources
  @allow_resources
end