Class: Aws::Types::Facet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#facet_style"STATIC", "DYNAMIC"

Returns the value of attribute facet_style.

Returns:

  • ("STATIC", "DYNAMIC")


782
783
784
# File 'sig/types.rbs', line 782

def facet_style
  @facet_style
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def name
  @name
end

#object_type"NODE", ...

Returns the value of attribute object_type.

Returns:

  • ("NODE", "LEAF_NODE", "POLICY", "INDEX")


781
782
783
# File 'sig/types.rbs', line 781

def object_type
  @object_type
end