Class: Aws::Types::ApplicationInfo
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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.
-
#discovery_type ⇒ "RESOURCE_GROUP_BASED", "ACCOUNT_BASED"
Returns the value of attribute discovery_type.
-
#life_cycle ⇒ ::String
Returns the value of attribute life_cycle.
-
#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.
-
#remarks ⇒ ::String
Returns the value of attribute remarks.
-
#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
#account_id ⇒ ::String
Returns the value of attribute account_id.
41 42 43 |
# File 'sig/types.rbs', line 41 def account_id @account_id end |
#attach_missing_permission ⇒ Boolean
Returns the value of attribute attach_missing_permission.
51 52 53 |
# File 'sig/types.rbs', line 51 def @attach_missing_permission end |
#auto_config_enabled ⇒ Boolean
Returns the value of attribute auto_config_enabled.
49 50 51 |
# File 'sig/types.rbs', line 49 def auto_config_enabled @auto_config_enabled end |
#cwe_monitor_enabled ⇒ Boolean
Returns the value of attribute cwe_monitor_enabled.
47 48 49 |
# File 'sig/types.rbs', line 47 def cwe_monitor_enabled @cwe_monitor_enabled end |
#discovery_type ⇒ "RESOURCE_GROUP_BASED", "ACCOUNT_BASED"
Returns the value of attribute discovery_type.
50 51 52 |
# File 'sig/types.rbs', line 50 def discovery_type @discovery_type end |
#life_cycle ⇒ ::String
Returns the value of attribute life_cycle.
43 44 45 |
# File 'sig/types.rbs', line 43 def life_cycle @life_cycle end |
#ops_center_enabled ⇒ Boolean
Returns the value of attribute ops_center_enabled.
46 47 48 |
# File 'sig/types.rbs', line 46 def ops_center_enabled @ops_center_enabled end |
#ops_item_sns_topic_arn ⇒ ::String
Returns the value of attribute ops_item_sns_topic_arn.
44 45 46 |
# File 'sig/types.rbs', line 44 def ops_item_sns_topic_arn @ops_item_sns_topic_arn end |
#remarks ⇒ ::String
Returns the value of attribute remarks.
48 49 50 |
# File 'sig/types.rbs', line 48 def remarks @remarks end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
42 43 44 |
# File 'sig/types.rbs', line 42 def resource_group_name @resource_group_name end |
#sns_notification_arn ⇒ ::String
Returns the value of attribute sns_notification_arn.
45 46 47 |
# File 'sig/types.rbs', line 45 def sns_notification_arn @sns_notification_arn end |