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
GetRuleaction 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.
9549 9550 9551 9552 9553 9554 9555 |
# File 'lib/aws-sdk-datazone/types.rb', line 9549 class GetRuleInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the rule.
9549 9550 9551 9552 9553 9554 9555 |
# File 'lib/aws-sdk-datazone/types.rb', line 9549 class GetRuleInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision of the rule.
9549 9550 9551 9552 9553 9554 9555 |
# File 'lib/aws-sdk-datazone/types.rb', line 9549 class GetRuleInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |