Class: Aws::Types::BatchGetObjectInformationResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetObjectInformationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
-
#schema_facets ⇒ ::Array[Types::SchemaFacet]
Returns the value of attribute schema_facets.
Instance Attribute Details
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
268 269 270 |
# File 'sig/types.rbs', line 268 def object_identifier @object_identifier end |
#schema_facets ⇒ ::Array[Types::SchemaFacet]
Returns the value of attribute schema_facets.
267 268 269 |
# File 'sig/types.rbs', line 267 def schema_facets @schema_facets end |