Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- 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.
-
#auto_create ⇒ Boolean
Returns the value of attribute auto_create.
-
#cwe_monitor_enabled ⇒ Boolean
Returns the value of attribute cwe_monitor_enabled.
-
#grouping_type ⇒ "ACCOUNT_BASED"
Returns the value of attribute grouping_type.
-
#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.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#sns_notification_arn ⇒ ::String
Returns the value of attribute sns_notification_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#attach_missing_permission ⇒ Boolean
Returns the value of attribute attach_missing_permission.
82 83 84 |
# File 'sig/types.rbs', line 82 def end |
#auto_config_enabled ⇒ Boolean
Returns the value of attribute auto_config_enabled.
79 80 81 |
# File 'sig/types.rbs', line 79 def auto_config_enabled @auto_config_enabled end |
#auto_create ⇒ Boolean
Returns the value of attribute auto_create.
80 81 82 |
# File 'sig/types.rbs', line 80 def auto_create @auto_create end |
#cwe_monitor_enabled ⇒ Boolean
Returns the value of attribute cwe_monitor_enabled.
75 76 77 |
# File 'sig/types.rbs', line 75 def cwe_monitor_enabled @cwe_monitor_enabled end |
#grouping_type ⇒ "ACCOUNT_BASED"
Returns the value of attribute grouping_type.
81 82 83 |
# File 'sig/types.rbs', line 81 def grouping_type @grouping_type end |
#ops_center_enabled ⇒ Boolean
Returns the value of attribute ops_center_enabled.
74 75 76 |
# File 'sig/types.rbs', line 74 def ops_center_enabled @ops_center_enabled end |
#ops_item_sns_topic_arn ⇒ ::String
Returns the value of attribute ops_item_sns_topic_arn.
76 77 78 |
# File 'sig/types.rbs', line 76 def ops_item_sns_topic_arn @ops_item_sns_topic_arn end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
73 74 75 |
# File 'sig/types.rbs', line 73 def resource_group_name @resource_group_name end |
#sns_notification_arn ⇒ ::String
Returns the value of attribute sns_notification_arn.
77 78 79 |
# File 'sig/types.rbs', line 77 def sns_notification_arn @sns_notification_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
78 79 80 |
# File 'sig/types.rbs', line 78 def end |