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
1017 |
# File 'sig/client.rbs', line 1017
def created_timestamp: () -> ::Time
|
#dashboard_arn ⇒ ::String
1011 |
# File 'sig/client.rbs', line 1011
def dashboard_arn: () -> ::String
|
#name ⇒ ::String
1012 |
# File 'sig/client.rbs', line 1012
def name: () -> ::String
|
#refresh_schedule ⇒ Types::RefreshSchedule
1015 |
# File 'sig/client.rbs', line 1015
def refresh_schedule: () -> Types::RefreshSchedule
|
#termination_protection_enabled ⇒ Boolean
1016 |
# File 'sig/client.rbs', line 1016
def termination_protection_enabled: () -> bool
|
#type ⇒ "MANAGED", "CUSTOM"
1013 |
# File 'sig/client.rbs', line 1013
def type: () -> ("MANAGED" | "CUSTOM")
|
#updated_timestamp ⇒ ::Time
1018 |
# File 'sig/client.rbs', line 1018
def updated_timestamp: () -> ::Time
|
#widgets ⇒ ::Array[Types::Widget]
1014 |
# File 'sig/client.rbs', line 1014
def widgets: () -> ::Array[Types::Widget]
|