Class: Aws::Types::DashboardSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def id
  @id
end

#last_update_date::Time

Returns the value of attribute last_update_date.

Returns:

  • (::Time)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def last_update_date
  @last_update_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def name
  @name
end