Class: Aws::Types::ViewFrame
- Inherits:
-
Object
- Object
- Aws::Types::ViewFrame
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics ⇒ "ENABLE", "DISABLE"
Returns the value of attribute analytics.
-
#column_range ⇒ ::Integer
Returns the value of attribute column_range.
-
#hidden_columns ⇒ ::Array[::String]
Returns the value of attribute hidden_columns.
-
#row_range ⇒ ::Integer
Returns the value of attribute row_range.
-
#start_column_index ⇒ ::Integer
Returns the value of attribute start_column_index.
-
#start_row_index ⇒ ::Integer
Returns the value of attribute start_row_index.
Instance Attribute Details
#analytics ⇒ "ENABLE", "DISABLE"
Returns the value of attribute analytics.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def analytics @analytics end |
#column_range ⇒ ::Integer
Returns the value of attribute column_range.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def column_range @column_range end |
#hidden_columns ⇒ ::Array[::String]
Returns the value of attribute hidden_columns.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def hidden_columns @hidden_columns end |
#row_range ⇒ ::Integer
Returns the value of attribute row_range.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def row_range @row_range end |
#start_column_index ⇒ ::Integer
Returns the value of attribute start_column_index.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def start_column_index @start_column_index end |
#start_row_index ⇒ ::Integer
Returns the value of attribute start_row_index.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def start_row_index @start_row_index end |