Class: Aws::Types::GetObjectInformationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectInformationResponse
- 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.
901 902 903 |
# File 'sig/types.rbs', line 901 def object_identifier @object_identifier end |
#schema_facets ⇒ ::Array[Types::SchemaFacet]
Returns the value of attribute schema_facets.
900 901 902 |
# File 'sig/types.rbs', line 900 def schema_facets @schema_facets end |