Class: Aws::Types::CreateFacetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::FacetAttribute]

Returns the value of attribute attributes.

Returns:



588
589
590
# File 'sig/types.rbs', line 588

def attributes
  @attributes
end

#facet_style"STATIC", "DYNAMIC"

Returns the value of attribute facet_style.

Returns:

  • ("STATIC", "DYNAMIC")


590
591
592
# File 'sig/types.rbs', line 590

def facet_style
  @facet_style
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def name
  @name
end

#object_type"NODE", ...

Returns the value of attribute object_type.

Returns:

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


589
590
591
# File 'sig/types.rbs', line 589

def object_type
  @object_type
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def schema_arn
  @schema_arn
end