Class: Aws::Types::TableObject
- Inherits:
-
Object
- Object
- Aws::Types::TableObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def etag @etag end |
#size ⇒ ::Integer
Returns the value of attribute size.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def size @size end |
#uri ⇒ ::String
Returns the value of attribute uri.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def uri @uri end |