Class: Aws::Types::Sheet
- Inherits:
-
Object
- Object
- Aws::Types::Sheet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#images ⇒ ::Array[Types::SheetImage]
Returns the value of attribute images.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
Instance Attribute Details
#images ⇒ ::Array[Types::SheetImage]
Returns the value of attribute images.
10467 10468 10469 |
# File 'sig/types.rbs', line 10467 def images @images end |
#name ⇒ ::String
Returns the value of attribute name.
10466 10467 10468 |
# File 'sig/types.rbs', line 10466 def name @name end |
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
10465 10466 10467 |
# File 'sig/types.rbs', line 10465 def sheet_id @sheet_id end |