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)


2983
2984
2985
# File 'sig/types.rbs', line 2983

def dashboard_id
  @dashboard_id
end

#dashboard_name::String

Returns the value of attribute dashboard_name.

Returns:

  • (::String)


2984
2985
2986
# File 'sig/types.rbs', line 2984

def dashboard_name
  @dashboard_name
end

#dashboard_url::String

Returns the value of attribute dashboard_url.

Returns:

  • (::String)


2990
2991
2992
# File 'sig/types.rbs', line 2990

def dashboard_url
  @dashboard_url
end

#sheet_id::String

Returns the value of attribute sheet_id.

Returns:

  • (::String)


2985
2986
2987
# File 'sig/types.rbs', line 2985

def sheet_id
  @sheet_id
end

#sheet_name::String

Returns the value of attribute sheet_name.

Returns:

  • (::String)


2986
2987
2988
# File 'sig/types.rbs', line 2986

def sheet_name
  @sheet_name
end

#visual_id::String

Returns the value of attribute visual_id.

Returns:

  • (::String)


2987
2988
2989
# File 'sig/types.rbs', line 2987

def visual_id
  @visual_id
end

#visual_subtitle::String

Returns the value of attribute visual_subtitle.

Returns:

  • (::String)


2989
2990
2991
# File 'sig/types.rbs', line 2989

def visual_subtitle
  @visual_subtitle
end

#visual_title::String

Returns the value of attribute visual_title.

Returns:

  • (::String)


2988
2989
2990
# File 'sig/types.rbs', line 2988

def visual_title
  @visual_title
end