Class: Aws::Types::ScopeConfiguration

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")


2513
2514
2515
# File 'sig/types.rbs', line 2513

def scope_type
  @scope_type
end

#scope_values::Array[::String]

Returns the value of attribute scope_values.

Returns:

  • (::Array[::String])


2514
2515
2516
# File 'sig/types.rbs', line 2514

def scope_values
  @scope_values
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "PENDING", "ERROR", "DISABLED")


2515
2516
2517
# File 'sig/types.rbs', line 2515

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


2516
2517
2518
# File 'sig/types.rbs', line 2516

def state_reason
  @state_reason
end