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)


8159
8160
8161
8162
8163
8164
8165
# File 'lib/aws-sdk-datazone/types.rb', line 8159

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

#identifierString

The ID of the rule.

Returns:

  • (String)


8159
8160
8161
8162
8163
8164
8165
# File 'lib/aws-sdk-datazone/types.rb', line 8159

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

#revisionString

The revision of the rule.

Returns:

  • (String)


8159
8160
8161
8162
8163
8164
8165
# File 'lib/aws-sdk-datazone/types.rb', line 8159

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