Class: Aws::Types::GetRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::GetRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
3199 3200 3201 |
# File 'sig/types.rbs', line 3199 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def identifier @identifier end |
#revision ⇒ ::String
Returns the value of attribute revision.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def revision @revision end |