Class: Aws::Types::DescribeDashboardDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDashboardDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
Returns the value of attribute dashboard_publish_options.
-
#definition ⇒ Types::DashboardVersionDefinition
Returns the value of attribute definition.
-
#errors ⇒ ::Array[Types::DashboardError]
Returns the value of attribute errors.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute resource_status.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
Instance Attribute Details
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
4527 4528 4529 |
# File 'sig/types.rbs', line 4527 def dashboard_id @dashboard_id end |
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
Returns the value of attribute dashboard_publish_options.
4535 4536 4537 |
# File 'sig/types.rbs', line 4535 def @dashboard_publish_options end |
#definition ⇒ Types::DashboardVersionDefinition
Returns the value of attribute definition.
4532 4533 4534 |
# File 'sig/types.rbs', line 4532 def definition @definition end |
#errors ⇒ ::Array[Types::DashboardError]
Returns the value of attribute errors.
4528 4529 4530 |
# File 'sig/types.rbs', line 4528 def errors @errors end |
#name ⇒ ::String
Returns the value of attribute name.
4529 4530 4531 |
# File 'sig/types.rbs', line 4529 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4534 4535 4536 |
# File 'sig/types.rbs', line 4534 def request_id @request_id end |
#resource_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute resource_status.
4530 4531 4532 |
# File 'sig/types.rbs', line 4530 def resource_status @resource_status end |
#status ⇒ ::Integer
Returns the value of attribute status.
4533 4534 4535 |
# File 'sig/types.rbs', line 4533 def status @status end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
4531 4532 4533 |
# File 'sig/types.rbs', line 4531 def theme_arn @theme_arn end |