Class: Aws::Types::ViewFrame

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics ⇒ "ENABLE", "DISABLE"

Returns the value of attribute analytics.

Returns:

  • ("ENABLE", "DISABLE")


1087
1088
1089
# File 'sig/types.rbs', line 1087

def analytics
  @analytics
end

#column_range ⇒ ::Integer

Returns the value of attribute column_range.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def start_row_index
  @start_row_index
end