Class: Aws::Types::DescribeDashboardRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDashboardRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
4769 4770 4771 |
# File 'sig/types.rbs', line 4769 def alias_name @alias_name end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4766 4767 4768 |
# File 'sig/types.rbs', line 4766 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
4767 4768 4769 |
# File 'sig/types.rbs', line 4767 def dashboard_id @dashboard_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
4768 4769 4770 |
# File 'sig/types.rbs', line 4768 def version_number @version_number end |