Class: Aws::Types::DescribeDashboardResponse

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)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def dashboard_arn
  @dashboard_arn
end

#dashboard_creation_date::Time

Returns the value of attribute dashboard_creation_date.

Returns:

  • (::Time)


1694
1695
1696
# File 'sig/types.rbs', line 1694

def dashboard_creation_date
  @dashboard_creation_date
end

#dashboard_definition::String

Returns the value of attribute dashboard_definition.

Returns:

  • (::String)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def dashboard_definition
  @dashboard_definition
end

#dashboard_description::String

Returns the value of attribute dashboard_description.

Returns:

  • (::String)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def dashboard_description
  @dashboard_description
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def dashboard_id
  @dashboard_id
end

#dashboard_last_update_date::Time

Returns the value of attribute dashboard_last_update_date.

Returns:

  • (::Time)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def dashboard_last_update_date
  @dashboard_last_update_date
end

#dashboard_name::String

Returns the value of attribute dashboard_name.

Returns:

  • (::String)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def dashboard_name
  @dashboard_name
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def project_id
  @project_id
end