Class: Aws::Types::UpdateFacetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFacetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_updates ⇒ ::Array[Types::FacetAttributeUpdate]
Returns the value of attribute attribute_updates.
-
#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
#attribute_updates ⇒ ::Array[Types::FacetAttributeUpdate]
Returns the value of attribute attribute_updates.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def attribute_updates @attribute_updates end |
#name ⇒ ::String
Returns the value of attribute name.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def name @name end |
#object_type ⇒ "NODE", ...
Returns the value of attribute object_type.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def object_type @object_type end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def schema_arn @schema_arn end |