Class: Aws::Types::GetObjectAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
-
#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.
-
#schema_facet ⇒ Types::SchemaFacet
Returns the value of attribute schema_facet.
Instance Attribute Details
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
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.
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.
879 880 881 |
# File 'sig/types.rbs', line 879 def directory_arn @directory_arn end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
880 881 882 |
# File 'sig/types.rbs', line 880 def object_reference @object_reference end |
#schema_facet ⇒ Types::SchemaFacet
Returns the value of attribute schema_facet.
882 883 884 |
# File 'sig/types.rbs', line 882 def schema_facet @schema_facet end |