Class: Aws::Types::GetObjectInformationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_level"SERIALIZABLE", "EVENTUAL"

Returns the value of attribute consistency_level.

Returns:

  • ("SERIALIZABLE", "EVENTUAL")


895
896
897
# File 'sig/types.rbs', line 895

def consistency_level
  @consistency_level
end

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def directory_arn
  @directory_arn
end

#object_referenceTypes::ObjectReference

Returns the value of attribute object_reference.



894
895
896
# File 'sig/types.rbs', line 894

def object_reference
  @object_reference
end