Module: Aws::CloudTrail::Client::_UpdateDashboardResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDashboardResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #dashboard_arn ⇒ ::String
- #name ⇒ ::String
- #refresh_schedule ⇒ Types::RefreshSchedule
- #termination_protection_enabled ⇒ Boolean
- #type ⇒ "MANAGED", "CUSTOM"
- #updated_timestamp ⇒ ::Time
- #widgets ⇒ ::Array[Types::Widget]
Instance Method Details
#created_timestamp ⇒ ::Time
1019 |
# File 'sig/client.rbs', line 1019
def created_timestamp: () -> ::Time
|
#dashboard_arn ⇒ ::String
1013 |
# File 'sig/client.rbs', line 1013
def dashboard_arn: () -> ::String
|
#name ⇒ ::String
1014 |
# File 'sig/client.rbs', line 1014
def name: () -> ::String
|
#refresh_schedule ⇒ Types::RefreshSchedule
1017 |
# File 'sig/client.rbs', line 1017
def refresh_schedule: () -> Types::RefreshSchedule
|
#termination_protection_enabled ⇒ Boolean
1018 |
# File 'sig/client.rbs', line 1018
def termination_protection_enabled: () -> bool
|
#type ⇒ "MANAGED", "CUSTOM"
1015 |
# File 'sig/client.rbs', line 1015
def type: () -> ("MANAGED" | "CUSTOM")
|
#updated_timestamp ⇒ ::Time
1020 |
# File 'sig/client.rbs', line 1020
def updated_timestamp: () -> ::Time
|
#widgets ⇒ ::Array[Types::Widget]
1016 |
# File 'sig/client.rbs', line 1016
def widgets: () -> ::Array[Types::Widget]
|