Class: Aws::Types::Dashboard

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2854
2855
2856
# File 'sig/types.rbs', line 2854

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


2857
2858
2859
# File 'sig/types.rbs', line 2857

def created_time
  @created_time
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


2853
2854
2855
# File 'sig/types.rbs', line 2853

def dashboard_id
  @dashboard_id
end

#last_published_time::Time

Returns the value of attribute last_published_time.

Returns:

  • (::Time)


2858
2859
2860
# File 'sig/types.rbs', line 2858

def last_published_time
  @last_published_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


2859
2860
2861
# File 'sig/types.rbs', line 2859

def last_updated_time
  @last_updated_time
end

Returns the value of attribute link_entities.

Returns:

  • (::Array[::String])


2860
2861
2862
# File 'sig/types.rbs', line 2860

def link_entities
  @link_entities
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2855
2856
2857
# File 'sig/types.rbs', line 2855

def name
  @name
end

#versionTypes::DashboardVersion

Returns the value of attribute version.



2856
2857
2858
# File 'sig/types.rbs', line 2856

def version
  @version
end