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

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ String

The action of the rule.

Returns:

  • (String)


5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5578

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

#client_token ⇒ String

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)


5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5578

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

#description ⇒ String

The description of the rule.

Returns:

  • (String)


5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5578

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

#detail ⇒ Types::RuleDetail

The detail of the rule.

Returns:



5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5578

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

#domain_identifier ⇒ String

The ID of the domain where the rule is created.

Returns:

  • (String)


5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5578

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

#name ⇒ String

The name of the rule.

Returns:

  • (String)


5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5578

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

#scope ⇒ Types::RuleScope

The scope of the rule.

Returns:



5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5578

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

#target ⇒ Types::RuleTarget

The target of the rule.

Returns:



5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5578

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