Class: Aws::Types::GetObjectInformationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectInformationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
Instance Attribute Details
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
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.
893 894 895 |
# File 'sig/types.rbs', line 893 def directory_arn @directory_arn end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
894 895 896 |
# File 'sig/types.rbs', line 894 def object_reference @object_reference end |