Class: Aws::Types::LabelMatchStatement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def key
  @key
end

#scope"LABEL", "NAMESPACE"

Returns the value of attribute scope.

Returns:

  • ("LABEL", "NAMESPACE")


908
909
910
# File 'sig/types.rbs', line 908

def scope
  @scope
end