Class: Aws::Types::RemoveFacetFromObjectRequest

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)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def directory_arn
  @directory_arn
end

#object_referenceTypes::ObjectReference

Returns the value of attribute object_reference.



1408
1409
1410
# File 'sig/types.rbs', line 1408

def object_reference
  @object_reference
end

#schema_facetTypes::SchemaFacet

Returns the value of attribute schema_facet.

Returns:



1407
1408
1409
# File 'sig/types.rbs', line 1407

def schema_facet
  @schema_facet
end