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.
11236 11237 11238 11239 11240 11241 11242 |
# File 'lib/aws-sdk-datazone/types.rb', line 11236 class GetRuleInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the rule.
11236 11237 11238 11239 11240 11241 11242 |
# File 'lib/aws-sdk-datazone/types.rb', line 11236 class GetRuleInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision of the rule.
11236 11237 11238 11239 11240 11241 11242 |
# File 'lib/aws-sdk-datazone/types.rb', line 11236 class GetRuleInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |