Class: Aws::DataZone::Types::GetRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetRuleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain where the ‘GetRule` action is to be invoked.
-
#identifier ⇒ String
The ID of the rule.
-
#revision ⇒ String
The revision of the rule.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where the ‘GetRule` action is to be invoked.
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 |
#identifier ⇒ String
The ID of the rule.
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 |
#revision ⇒ String
The revision of the rule.
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 |