Class: Aws::Types::DashboardEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_arn::String

Returns the value of attribute dashboard_arn.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def dashboard_arn
  @dashboard_arn
end

#dashboard_name::String

Returns the value of attribute dashboard_name.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def dashboard_name
  @dashboard_name
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


110
111
112
# File 'sig/types.rbs', line 110

def last_modified
  @last_modified
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


111
112
113
# File 'sig/types.rbs', line 111

def size
  @size
end