Class: Aws::DataZone::Types::CreateRuleOutput

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)


4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268

class CreateRuleOutput < Struct.new(
  :action,
  :created_at,
  :created_by,
  :description,
  :detail,
  :identifier,
  :name,
  :rule_type,
  :scope,
  :target,
  :target_type)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_atTime

The timestamp at which the rule is created.

Returns:

  • (Time)


4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268

class CreateRuleOutput < Struct.new(
  :action,
  :created_at,
  :created_by,
  :description,
  :detail,
  :identifier,
  :name,
  :rule_type,
  :scope,
  :target,
  :target_type)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_byString

The user who creates the rule.

Returns:

  • (String)


4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268

class CreateRuleOutput < Struct.new(
  :action,
  :created_at,
  :created_by,
  :description,
  :detail,
  :identifier,
  :name,
  :rule_type,
  :scope,
  :target,
  :target_type)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of the rule.

Returns:

  • (String)


4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268

class CreateRuleOutput < Struct.new(
  :action,
  :created_at,
  :created_by,
  :description,
  :detail,
  :identifier,
  :name,
  :rule_type,
  :scope,
  :target,
  :target_type)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#detailTypes::RuleDetail

The detail of the rule.

Returns:



4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268

class CreateRuleOutput < Struct.new(
  :action,
  :created_at,
  :created_by,
  :description,
  :detail,
  :identifier,
  :name,
  :rule_type,
  :scope,
  :target,
  :target_type)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#identifierString

The ID of the rule.

Returns:

  • (String)


4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268

class CreateRuleOutput < Struct.new(
  :action,
  :created_at,
  :created_by,
  :description,
  :detail,
  :identifier,
  :name,
  :rule_type,
  :scope,
  :target,
  :target_type)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the rule.

Returns:

  • (String)


4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268

class CreateRuleOutput < Struct.new(
  :action,
  :created_at,
  :created_by,
  :description,
  :detail,
  :identifier,
  :name,
  :rule_type,
  :scope,
  :target,
  :target_type)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#rule_typeString

The type of the rule.

Returns:

  • (String)


4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268

class CreateRuleOutput < Struct.new(
  :action,
  :created_at,
  :created_by,
  :description,
  :detail,
  :identifier,
  :name,
  :rule_type,
  :scope,
  :target,
  :target_type)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#scopeTypes::RuleScope

The scope of the rule.

Returns:



4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268

class CreateRuleOutput < Struct.new(
  :action,
  :created_at,
  :created_by,
  :description,
  :detail,
  :identifier,
  :name,
  :rule_type,
  :scope,
  :target,
  :target_type)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#targetTypes::RuleTarget

The target of the rule.

Returns:



4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268

class CreateRuleOutput < Struct.new(
  :action,
  :created_at,
  :created_by,
  :description,
  :detail,
  :identifier,
  :name,
  :rule_type,
  :scope,
  :target,
  :target_type)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#target_typeString

The target type of the rule.

Returns:

  • (String)


4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4268

class CreateRuleOutput < Struct.new(
  :action,
  :created_at,
  :created_by,
  :description,
  :detail,
  :identifier,
  :name,
  :rule_type,
  :scope,
  :target,
  :target_type)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end