Class: Aws::Types::AddFacetToObjectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def directory_arn
  @directory_arn
end

#object_attribute_list::Array[Types::AttributeKeyAndValue]

Returns the value of attribute object_attribute_list.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def object_attribute_list
  @object_attribute_list
end

#object_referenceTypes::ObjectReference

Returns the value of attribute object_reference.



20
21
22
# File 'sig/types.rbs', line 20

def object_reference
  @object_reference
end

#schema_facetTypes::SchemaFacet

Returns the value of attribute schema_facet.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def schema_facet
  @schema_facet
end