Class: Aws::Types::GetObjectAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_names::Array[::String]

Returns the value of attribute attribute_names.

Returns:

  • (::Array[::String])


883
884
885
# File 'sig/types.rbs', line 883

def attribute_names
  @attribute_names
end

#consistency_level"SERIALIZABLE", "EVENTUAL"

Returns the value of attribute consistency_level.

Returns:

  • ("SERIALIZABLE", "EVENTUAL")


881
882
883
# File 'sig/types.rbs', line 881

def consistency_level
  @consistency_level
end

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def directory_arn
  @directory_arn
end

#object_referenceTypes::ObjectReference

Returns the value of attribute object_reference.



880
881
882
# File 'sig/types.rbs', line 880

def object_reference
  @object_reference
end

#schema_facetTypes::SchemaFacet

Returns the value of attribute schema_facet.

Returns:



882
883
884
# File 'sig/types.rbs', line 882

def schema_facet
  @schema_facet
end