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.
10077 10078 10079 |
# File 'sig/types.rbs', line 10077 def images @images end |
#name ⇒ ::String
Returns the value of attribute name.
10076 10077 10078 |
# File 'sig/types.rbs', line 10076 def name @name end |
#sheet_id ⇒ ::String
Returns the value of attribute sheet_id.
10075 10076 10077 |
# File 'sig/types.rbs', line 10075 def sheet_id @sheet_id end |