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)


3051
3052
3053
# File 'sig/types.rbs', line 3051

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


3054
3055
3056
# File 'sig/types.rbs', line 3054

def created_time
  @created_time
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


3052
3053
3054
# File 'sig/types.rbs', line 3052

def dashboard_id
  @dashboard_id
end

#last_published_time::Time

Returns the value of attribute last_published_time.

Returns:

  • (::Time)


3057
3058
3059
# File 'sig/types.rbs', line 3057

def last_published_time
  @last_published_time
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


3055
3056
3057
# File 'sig/types.rbs', line 3055

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3053
3054
3055
# File 'sig/types.rbs', line 3053

def name
  @name
end

#published_version_number::Integer

Returns the value of attribute published_version_number.

Returns:

  • (::Integer)


3056
3057
3058
# File 'sig/types.rbs', line 3056

def published_version_number
  @published_version_number
end