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
391 |
# File 'sig/client.rbs', line 391
def created_timestamp: () -> ::Time
|
#dashboard_arn ⇒ ::String
386 |
# File 'sig/client.rbs', line 386
def dashboard_arn: () -> ::String
|
#last_refresh_failure_reason ⇒ ::String
394 |
# File 'sig/client.rbs', line 394
def last_refresh_failure_reason: () -> ::String
|
#last_refresh_id ⇒ ::String
393 |
# File 'sig/client.rbs', line 393
def last_refresh_id: () -> ::String
|
#refresh_schedule ⇒ Types::RefreshSchedule
390 |
# File 'sig/client.rbs', line 390
def refresh_schedule: () -> Types::RefreshSchedule
|
#status ⇒ "CREATING", ...
388 |
# File 'sig/client.rbs', line 388
def status: () -> ("CREATING" | "CREATED" | "UPDATING" | "UPDATED" | "DELETING")
|
#termination_protection_enabled ⇒ Boolean
395 |
# File 'sig/client.rbs', line 395
def termination_protection_enabled: () -> bool
|
#type ⇒ "MANAGED", "CUSTOM"
387 |
# File 'sig/client.rbs', line 387
def type: () -> ("MANAGED" | "CUSTOM")
|
#updated_timestamp ⇒ ::Time
392 |
# File 'sig/client.rbs', line 392
def updated_timestamp: () -> ::Time
|
#widgets ⇒ ::Array[Types::Widget]
389 |
# File 'sig/client.rbs', line 389
def widgets: () -> ::Array[Types::Widget]
|