Class: Aws::Types::CreateFacetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFacetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::FacetAttribute]
Returns the value of attribute attributes.
-
#facet_style ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute facet_style.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#object_type ⇒ "NODE", ...
Returns the value of attribute object_type.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
Instance Attribute Details
#attributes ⇒ ::Array[Types::FacetAttribute]
Returns the value of attribute attributes.
588 589 590 |
# File 'sig/types.rbs', line 588 def attributes @attributes end |
#facet_style ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute facet_style.
590 591 592 |
# File 'sig/types.rbs', line 590 def facet_style @facet_style end |
#name ⇒ ::String
Returns the value of attribute name.
587 588 589 |
# File 'sig/types.rbs', line 587 def name @name end |
#object_type ⇒ "NODE", ...
Returns the value of attribute object_type.
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.
586 587 588 |
# File 'sig/types.rbs', line 586 def schema_arn @schema_arn end |