Class: Aws::Types::ApplicationInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def 
  @account_id
end

#attach_missing_permissionBoolean

Returns the value of attribute attach_missing_permission.

Returns:

  • (Boolean)


51
52
53
# File 'sig/types.rbs', line 51

def attach_missing_permission
  @attach_missing_permission
end

#auto_config_enabledBoolean

Returns the value of attribute auto_config_enabled.

Returns:

  • (Boolean)


49
50
51
# File 'sig/types.rbs', line 49

def auto_config_enabled
  @auto_config_enabled
end

#cwe_monitor_enabledBoolean

Returns the value of attribute cwe_monitor_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • ("RESOURCE_GROUP_BASED", "ACCOUNT_BASED")


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.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def life_cycle
  @life_cycle
end

#ops_center_enabledBoolean

Returns the value of attribute ops_center_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def sns_notification_arn
  @sns_notification_arn
end