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 =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action of the rule.

Returns:

  • (String)


4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209

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)


4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209

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)


4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209

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:



4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209

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)


4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209

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)


4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209

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:



4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209

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:



4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4209

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