Class: Aws::DataZone::Types::DeleteRuleInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the domain that where the rule is to be deleted.

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
# File 'lib/aws-sdk-datazone/types.rb', line 5093

class DeleteRuleInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the rule that is to be deleted.

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
# File 'lib/aws-sdk-datazone/types.rb', line 5093

class DeleteRuleInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end