Class: Aws::DataZone::Types::GetRuleInput

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 where the ‘GetRule` action is to be invoked.

Returns:

  • (String)


9525
9526
9527
9528
9529
9530
9531
# File 'lib/aws-sdk-datazone/types.rb', line 9525

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

#identifierString

The ID of the rule.

Returns:

  • (String)


9525
9526
9527
9528
9529
9530
9531
# File 'lib/aws-sdk-datazone/types.rb', line 9525

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

#revisionString

The revision of the rule.

Returns:

  • (String)


9525
9526
9527
9528
9529
9530
9531
# File 'lib/aws-sdk-datazone/types.rb', line 9525

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