Class: Aws::Types::DashboardVisualId

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


3102
3103
3104
# File 'sig/types.rbs', line 3102

def dashboard_id
  @dashboard_id
end

#sheet_id::String

Returns the value of attribute sheet_id.

Returns:

  • (::String)


3103
3104
3105
# File 'sig/types.rbs', line 3103

def sheet_id
  @sheet_id
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


3104
3105
3106
# File 'sig/types.rbs', line 3104

def visual_id
  @visual_id
end