Class: Aws::Types::UpdateFacetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_updates::Array[Types::FacetAttributeUpdate]

Returns the value of attribute attribute_updates.

Returns:



1544
1545
1546
# File 'sig/types.rbs', line 1544

def attribute_updates
  @attribute_updates
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def name
  @name
end

#object_type"NODE", ...

Returns the value of attribute object_type.

Returns:

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


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.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def schema_arn
  @schema_arn
end