Class: Aws::Types::ScopeConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scope_type"TENANT", "SUBSCRIPTION"

Returns the value of attribute scope_type.

Returns:

  • ("TENANT", "SUBSCRIPTION")


2521
2522
2523
# File 'sig/types.rbs', line 2521

def scope_type
  @scope_type
end

#scope_values::Array[::String]

Returns the value of attribute scope_values.

Returns:

  • (::Array[::String])


2522
2523
2524
# File 'sig/types.rbs', line 2522

def scope_values
  @scope_values
end