Class: Aws::Types::UpdateAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#assessment_schedule ⇒ "Disabled", "Daily"
Returns the value of attribute assessment_schedule.
-
#clear_resiliency_policy_arn ⇒ Boolean
Returns the value of attribute clear_resiliency_policy_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_subscriptions ⇒ ::Array[Types::EventSubscription]
Returns the value of attribute event_subscriptions.
-
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def app_arn @app_arn end |
#assessment_schedule ⇒ "Disabled", "Daily"
Returns the value of attribute assessment_schedule.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def assessment_schedule @assessment_schedule end |
#clear_resiliency_policy_arn ⇒ Boolean
Returns the value of attribute clear_resiliency_policy_arn.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def clear_resiliency_policy_arn @clear_resiliency_policy_arn end |
#description ⇒ ::String
Returns the value of attribute description.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def description @description end |
#event_subscriptions ⇒ ::Array[Types::EventSubscription]
Returns the value of attribute event_subscriptions.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def event_subscriptions @event_subscriptions end |
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def @permission_model end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def policy_arn @policy_arn end |