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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2920
2921
2922
# File 'sig/types.rbs', line 2920

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


2923
2924
2925
# File 'sig/types.rbs', line 2923

def created_time
  @created_time
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


2921
2922
2923
# File 'sig/types.rbs', line 2921

def dashboard_id
  @dashboard_id
end

#last_published_time::Time

Returns the value of attribute last_published_time.

Returns:

  • (::Time)


2926
2927
2928
# File 'sig/types.rbs', line 2926

def last_published_time
  @last_published_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


2924
2925
2926
# File 'sig/types.rbs', line 2924

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2922
2923
2924
# File 'sig/types.rbs', line 2922

def name
  @name
end

#published_version_number::Integer

Returns the value of attribute published_version_number.

Returns:

  • (::Integer)


2925
2926
2927
# File 'sig/types.rbs', line 2925

def published_version_number
  @published_version_number
end