Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attach_missing_permission ⇒ Boolean
Returns the value of attribute attach_missing_permission.
-
#auto_config_enabled ⇒ Boolean
Returns the value of attribute auto_config_enabled.
-
#cwe_monitor_enabled ⇒ Boolean
Returns the value of attribute cwe_monitor_enabled.
-
#ops_center_enabled ⇒ Boolean
Returns the value of attribute ops_center_enabled.
-
#ops_item_sns_topic_arn ⇒ ::String
Returns the value of attribute ops_item_sns_topic_arn.
-
#remove_sns_topic ⇒ Boolean
Returns the value of attribute remove_sns_topic.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#sns_notification_arn ⇒ ::String
Returns the value of attribute sns_notification_arn.
Instance Attribute Details
#attach_missing_permission ⇒ Boolean
Returns the value of attribute attach_missing_permission.
531 532 533 |
# File 'sig/types.rbs', line 531 def end |
#auto_config_enabled ⇒ Boolean
Returns the value of attribute auto_config_enabled.
530 531 532 |
# File 'sig/types.rbs', line 530 def auto_config_enabled @auto_config_enabled end |
#cwe_monitor_enabled ⇒ Boolean
Returns the value of attribute cwe_monitor_enabled.
526 527 528 |
# File 'sig/types.rbs', line 526 def cwe_monitor_enabled @cwe_monitor_enabled end |
#ops_center_enabled ⇒ Boolean
Returns the value of attribute ops_center_enabled.
525 526 527 |
# File 'sig/types.rbs', line 525 def ops_center_enabled @ops_center_enabled end |
#ops_item_sns_topic_arn ⇒ ::String
Returns the value of attribute ops_item_sns_topic_arn.
527 528 529 |
# File 'sig/types.rbs', line 527 def ops_item_sns_topic_arn @ops_item_sns_topic_arn end |
#remove_sns_topic ⇒ Boolean
Returns the value of attribute remove_sns_topic.
529 530 531 |
# File 'sig/types.rbs', line 529 def remove_sns_topic @remove_sns_topic end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
524 525 526 |
# File 'sig/types.rbs', line 524 def resource_group_name @resource_group_name end |
#sns_notification_arn ⇒ ::String
Returns the value of attribute sns_notification_arn.
528 529 530 |
# File 'sig/types.rbs', line 528 def sns_notification_arn @sns_notification_arn end |