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)


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

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


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

def created_time
  @created_time
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


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

def dashboard_id
  @dashboard_id
end

#last_published_time::Time

Returns the value of attribute last_published_time.

Returns:

  • (::Time)


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

def last_published_time
  @last_published_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


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

def last_updated_time
  @last_updated_time
end

Returns the value of attribute link_entities.

Returns:

  • (::Array[::String])


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

def link_entities
  @link_entities
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#versionTypes::DashboardVersion

Returns the value of attribute version.



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

def version
  @version
end