Module: Aws::CloudTrail::Client::_GetDashboardResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDashboardResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #dashboard_arn ⇒ ::String
- #last_refresh_failure_reason ⇒ ::String
- #last_refresh_id ⇒ ::String
- #refresh_schedule ⇒ Types::RefreshSchedule
- #status ⇒ "CREATING", ...
- #termination_protection_enabled ⇒ Boolean
- #type ⇒ "MANAGED", "CUSTOM"
- #updated_timestamp ⇒ ::Time
- #widgets ⇒ ::Array[Types::Widget]
Instance Method Details
#created_timestamp ⇒ ::Time
393 |
# File 'sig/client.rbs', line 393 def created_timestamp: () -> ::Time |
#dashboard_arn ⇒ ::String
388 |
# File 'sig/client.rbs', line 388 def dashboard_arn: () -> ::String |
#last_refresh_failure_reason ⇒ ::String
396 |
# File 'sig/client.rbs', line 396 def last_refresh_failure_reason: () -> ::String |
#last_refresh_id ⇒ ::String
395 |
# File 'sig/client.rbs', line 395 def last_refresh_id: () -> ::String |
#refresh_schedule ⇒ Types::RefreshSchedule
392 |
# File 'sig/client.rbs', line 392 def refresh_schedule: () -> Types::RefreshSchedule |
#status ⇒ "CREATING", ...
390 |
# File 'sig/client.rbs', line 390 def status: () -> ("CREATING" | "CREATED" | "UPDATING" | "UPDATED" | "DELETING") |
#termination_protection_enabled ⇒ Boolean
397 |
# File 'sig/client.rbs', line 397 def termination_protection_enabled: () -> bool |
#type ⇒ "MANAGED", "CUSTOM"
389 |
# File 'sig/client.rbs', line 389 def type: () -> ("MANAGED" | "CUSTOM") |
#updated_timestamp ⇒ ::Time
394 |
# File 'sig/client.rbs', line 394 def updated_timestamp: () -> ::Time |
#widgets ⇒ ::Array[Types::Widget]
391 |
# File 'sig/client.rbs', line 391 def widgets: () -> ::Array[Types::Widget] |