Class: Aws::Types::UpdateApplicationRequest

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)


531
532
533
# File 'sig/types.rbs', line 531

def attach_missing_permission
  @attach_missing_permission
end

#auto_config_enabledBoolean

Returns the value of attribute auto_config_enabled.

Returns:

  • (Boolean)


530
531
532
# File 'sig/types.rbs', line 530

def auto_config_enabled
  @auto_config_enabled
end

#cwe_monitor_enabledBoolean

Returns the value of attribute cwe_monitor_enabled.

Returns:

  • (Boolean)


526
527
528
# File 'sig/types.rbs', line 526

def cwe_monitor_enabled
  @cwe_monitor_enabled
end

#ops_center_enabledBoolean

Returns the value of attribute ops_center_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def ops_item_sns_topic_arn
  @ops_item_sns_topic_arn
end

#remove_sns_topicBoolean

Returns the value of attribute remove_sns_topic.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def sns_notification_arn
  @sns_notification_arn
end