Class: Aws::ApplicationDiscoveryService::Types::DeletionWarning

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb

Overview

A configuration ID paired with a warning message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_idString

The unique identifier of the configuration that produced a warning.

Returns:

  • (String)


795
796
797
798
799
800
801
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 795

class DeletionWarning < Struct.new(
  :configuration_id,
  :warning_code,
  :warning_text)
  SENSITIVE = []
  include Aws::Structure
end

#warning_codeInteger

The integer warning code associated with the warning message.

Returns:

  • (Integer)


795
796
797
798
799
800
801
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 795

class DeletionWarning < Struct.new(
  :configuration_id,
  :warning_code,
  :warning_text)
  SENSITIVE = []
  include Aws::Structure
end

#warning_textString

A descriptive message of the warning the associated configuration ID produced.

Returns:

  • (String)


795
796
797
798
799
800
801
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 795

class DeletionWarning < Struct.new(
  :configuration_id,
  :warning_code,
  :warning_text)
  SENSITIVE = []
  include Aws::Structure
end