Class: Aws::Types::CreateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attach_missing_permissionBoolean

Returns the value of attribute attach_missing_permission.

Returns:

  • (Boolean)


82
83
84
# File 'sig/types.rbs', line 82

def attach_missing_permission
  @attach_missing_permission
end

#auto_config_enabledBoolean

Returns the value of attribute auto_config_enabled.

Returns:

  • (Boolean)


79
80
81
# File 'sig/types.rbs', line 79

def auto_config_enabled
  @auto_config_enabled
end

#auto_createBoolean

Returns the value of attribute auto_create.

Returns:

  • (Boolean)


80
81
82
# File 'sig/types.rbs', line 80

def auto_create
  @auto_create
end

#cwe_monitor_enabledBoolean

Returns the value of attribute cwe_monitor_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • ("ACCOUNT_BASED")


81
82
83
# File 'sig/types.rbs', line 81

def grouping_type
  @grouping_type
end

#ops_center_enabledBoolean

Returns the value of attribute ops_center_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def tags
  @tags
end