Class: Aws::Types::DescribeDashboardResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDashboardResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard ⇒ Types::Dashboard
Returns the value of attribute dashboard.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#dashboard ⇒ Types::Dashboard
Returns the value of attribute dashboard.
4564 4565 4566 |
# File 'sig/types.rbs', line 4564 def dashboard @dashboard end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4566 4567 4568 |
# File 'sig/types.rbs', line 4566 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4565 4566 4567 |
# File 'sig/types.rbs', line 4565 def status @status end |