Class: Aws::DataZone::Types::CreateRuleInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action of the rule.

Returns:

  • (String)


3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
# File 'lib/aws-sdk-datazone/types.rb', line 3462

class CreateRuleInput < Struct.new(
  :action,
  :client_token,
  :description,
  :detail,
  :domain_identifier,
  :name,
  :scope,
  :target)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
# File 'lib/aws-sdk-datazone/types.rb', line 3462

class CreateRuleInput < Struct.new(
  :action,
  :client_token,
  :description,
  :detail,
  :domain_identifier,
  :name,
  :scope,
  :target)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of the rule.

Returns:

  • (String)


3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
# File 'lib/aws-sdk-datazone/types.rb', line 3462

class CreateRuleInput < Struct.new(
  :action,
  :client_token,
  :description,
  :detail,
  :domain_identifier,
  :name,
  :scope,
  :target)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#detailTypes::RuleDetail

The detail of the rule.

Returns:



3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
# File 'lib/aws-sdk-datazone/types.rb', line 3462

class CreateRuleInput < Struct.new(
  :action,
  :client_token,
  :description,
  :detail,
  :domain_identifier,
  :name,
  :scope,
  :target)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_identifierString

The ID of the domain where the rule is created.

Returns:

  • (String)


3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
# File 'lib/aws-sdk-datazone/types.rb', line 3462

class CreateRuleInput < Struct.new(
  :action,
  :client_token,
  :description,
  :detail,
  :domain_identifier,
  :name,
  :scope,
  :target)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the rule.

Returns:

  • (String)


3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
# File 'lib/aws-sdk-datazone/types.rb', line 3462

class CreateRuleInput < Struct.new(
  :action,
  :client_token,
  :description,
  :detail,
  :domain_identifier,
  :name,
  :scope,
  :target)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#scopeTypes::RuleScope

The scope of the rule.

Returns:



3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
# File 'lib/aws-sdk-datazone/types.rb', line 3462

class CreateRuleInput < Struct.new(
  :action,
  :client_token,
  :description,
  :detail,
  :domain_identifier,
  :name,
  :scope,
  :target)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#targetTypes::RuleTarget

The target of the rule.

Returns:



3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
# File 'lib/aws-sdk-datazone/types.rb', line 3462

class CreateRuleInput < Struct.new(
  :action,
  :client_token,
  :description,
  :detail,
  :domain_identifier,
  :name,
  :scope,
  :target)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end