Class: Aws::Types::DashboardVisualResult

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)


3114
3115
3116
# File 'sig/types.rbs', line 3114

def dashboard_id
  @dashboard_id
end

#dashboard_name::String

Returns the value of attribute dashboard_name.

Returns:

  • (::String)


3115
3116
3117
# File 'sig/types.rbs', line 3115

def dashboard_name
  @dashboard_name
end

#dashboard_url::String

Returns the value of attribute dashboard_url.

Returns:

  • (::String)


3121
3122
3123
# File 'sig/types.rbs', line 3121

def dashboard_url
  @dashboard_url
end

#sheet_id::String

Returns the value of attribute sheet_id.

Returns:

  • (::String)


3116
3117
3118
# File 'sig/types.rbs', line 3116

def sheet_id
  @sheet_id
end

#sheet_name::String

Returns the value of attribute sheet_name.

Returns:

  • (::String)


3117
3118
3119
# File 'sig/types.rbs', line 3117

def sheet_name
  @sheet_name
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


3118
3119
3120
# File 'sig/types.rbs', line 3118

def visual_id
  @visual_id
end

#visual_subtitle::String

Returns the value of attribute visual_subtitle.

Returns:

  • (::String)


3120
3121
3122
# File 'sig/types.rbs', line 3120

def visual_subtitle
  @visual_subtitle
end

#visual_title::String

Returns the value of attribute visual_title.

Returns:

  • (::String)


3119
3120
3121
# File 'sig/types.rbs', line 3119

def visual_title
  @visual_title
end